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
git config --global core.compression 0
git clone --depth 1 <repo_URI>
git fetch --unshallow or
git fetch --depth=2147483647
git pull --all