我的乐与怒

Life, thoughts, stories and ideas.

Git index-pack failed 问题解决

问题 git 由于提交了比较大的文件,在服务端一直无法拉下来,错误如下 root@iZ94au:/wwwroot/app# git pull remote: Counting objects: 168, done. remote: Compressing objects: 100% (87/87), done. Connection to bitbucket.org closed by remote host.0 KiB/s fatal: The remote end hung up unexpectedly fatal: early EOF fatal: index-pack failed 解决方案 解决1 根据stackoverflow的回答修改comporession=0 修改压缩的程度 compression = 9 设置为 -1, 0 9 均无效 解决2 这个错误可能是由于