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.
我得到了一个直接使用 Apache 提供的裸存储库:
http://gordon.re/files/t++.git/
如果我使用 SSH 克隆它:
git clone ssh://user/home/user/www/files/t++.git
我得到了最后一个版本(从今天开始)。
如果我使用 HTTP 克隆它:
git clone https://gordon.re/files/t++.git
我从 6 月 6 日收到了一个版本。
为什么,我该如何解决?
在服务器上的存储库中进行操作是否有帮助git update-server-info?愚蠢的 HTTP 传输方法需要一些额外的文件才能工作,并且这些文件必须保持最新:示例挂钩之一就是这样做的(我认为是更新后)。
git update-server-info