美文网首页
error: git upload-pack: git-pack

error: git upload-pack: git-pack

作者: ___1o_8o | 来源:发表于2017-07-26 14:46 被阅读567次

问题

error: git upload-pack: git-pack-objects died with error
fetal: git upload-pack: aborting due to possible repository corruption on the remote side.
remote: aborting due to possible repository corruption on the remote side
fetal: early EOF
fetal: index-pack failed

解决方法

git config --global pack.packSizeLimit 50m
git config --global pack.windowMemory 50m
git config --global core.compression 9
git config --global pack.threads "1"
git config --global pack.window "0"

相关文章

网友评论

      本文标题:error: git upload-pack: git-pack

      本文链接:https://www.haomeiwen.com/subject/mkxokxtx.html