【发布时间】:2017-10-06 15:38:48
【问题描述】:
是否可以通过 http 克隆 git bundle? 当我尝试这样做时,我得到了:
$ git clone http://127.0.0.1:8888/repo.bundle
Cloning into 'repo.bundle'...
fatal: repository 'http://127.0.0.1:8888/repo.bundle/' not found
这样做的原因是为了避免压缩服务器上的存储库(仅提供文件),并且我们被用户的应用程序限制为git clone
【问题讨论】:
标签: git git-bundle