标签:
git config --global core.compression 0
git clone --depth 1 <repo_URI>
git fetch --unshallow or
git fetch --depth=2147483647
git pull --all
fatal: early EOF
原文地址:http://www.cnblogs.com/whutllee/p/4875967.html