git clone github上的项目失败 RPC failed
作者:互联网
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缓存区不足
解决办法:
修改Git的传输字节限制:
git config --global http.postBuffer 524288000
标签:Git,outstanding,clone,unexpectedlyfatal,failed,RPC,git 来源: https://www.cnblogs.com/dayang12525/p/12047567.html