当我将我们的远程存储库添加为上游并尝试获取它时,它失败如下:
$ git fetch upstream
remote: Counting objects: 11901, done.
remote: aborting due to possible repository corruption on the remote side.
error: pack-objects died of signal 9
error: git upload-pack: git-pack-objects died with error.
fatal: git upload-pack: aborting due to possible repository corruption on the re
mote side.
fatal: protocol error: bad pack header
我知道它失败是由于存储库中有大量文件(我们确实有),但是为什么当我克隆同一个存储库时它不会失败?因为我能够成功克隆存储库。不应该在克隆请求时打包相同的对象吗?