fatal: early EOF

git config --global core.compression 0
git clone --depth 1 <repo_URI>
git fetch --unshallow or
git fetch --depth=2147483647

git pull --all
 

posted on 2015-10-13 21:36  whutlee  阅读(1647)  评论(0)    收藏  举报