简体   繁体   English

GIT克隆错误-远程存储库损坏

[英]GIT clone error - remote repository corruption

While cloning a git repo, got error as below 克隆git repo时出现如下错误

remote: Counting objects: 32924, done.
remote: aborting due to possible repository corruption on the remote side.
fatal: protocol error: bad pack header
git config --global pack.window "0"

可以为您工作

git config --global pack.windowMemory "100m"
git config --global pack.SizeLimit "100m"
git config --global pack.threads "1"

This may help you 这可能对您有帮助

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM