Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
给定一个通过 HTTP 服务的存储库,其所有者忘记了chmod +x hooks/post-update,是否有克隆它的解决方法?
chmod +x hooks/post-update
我尝试运行wget --mirror url,但不是仅获取子树,而是尝试镜像整个站点——我认为这是由于自动生成的index.html资源中的父目录链接而发生的。
wget --mirror url
index.html
如果您只想构建源代码并且不需要 repo,请尝试将 --no-parent 添加到 wget。那应该将 wget 限制为子树。
除此之外,向运行存储库的人发送电子邮件并要求他们修复它。