标签:end git clone csdn code 解决方法 remote with href main
remote: Counting objects: 5148, done.
remote: Compressing objects: 100% (16/16), done.
error: RPC failed; curl 18 transfer closed with outstanding read data remaining
fatal: The remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
git config --global http.postBuffer 524288000
git config --list
git clone http://github.com/target.git --depth 1 # target.git 为目标地址
cd target
git fetch --unshallow
git config --global http.postBuffer 524288000
fatal: The remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
标签:end git clone csdn code 解决方法 remote with href main
原文地址:https://www.cnblogs.com/anliux/p/11668058.html