从远程获取时我一直收到此错误。它只发生在下载一些大文件时(在这种情况下它是关于500KB文件):
> git fetch origin
remote: Counting objects: 20, done.
remote: Compressing objects: 100% (19/19), done.
Connection to bitbucket.org closed by remote host.
fatal: The remote end hung up unexpectedly
fatal: early EOF
fatal: unpack-objects failed
在失败之前我能看到的最后一件事就是它(它被卡住了):
Unpacking objects: 75% (15/20)
我试图将core.compression
设置为0和-1,没有人帮忙。我还将http.postbuffer
和ssh.postbuffer
设置为大数字,但它也没有帮助。我感觉网络存在问题,但无法弄清楚它是什么。