git fatal: early EOF fatal: index-pack failed

经常遇到这个问题,mark一下。
参考:stackflow:fatal: early EOF fatal: index-pack failed

git config --global core.compression 0

git clone --depth 1 <repo_URI>

git fetch --unshallow 

git pull --all

这个对我来说是有效的。

猜你喜欢

转载自blog.csdn.net/smallflyingpig/article/details/78955443