具体报错
fatal: The remote end hung up unexpectedly
fatal: index-pack failed
error: RPC failed; curl 18 transfer closed with outstanding read data remaining
解决,当前目录
1、$ git config --global core.compression 0
2、git clone --depth 1 <repo_URI>
ok
具体报错
fatal: The remote end hung up unexpectedly
fatal: index-pack failed
error: RPC failed; curl 18 transfer closed with outstanding read data remaining
解决,当前目录
1、$ git config --global core.compression 0
2、git clone --depth 1 <repo_URI>
ok