【git】git - error: RPC failed; curl 18 transfer closed with outstanding read data remaining
我的处理方法:
因为curl的postBuffer的默认值太小,我们需要调整它的大小,需要终端重新配置大小,将postBuffer值配置成合适的大小。比如:500M
git config --global http.postBuffer 524288000
也有写的很好的
https://blog.csdn.net/weixin_43707799/article/details/128919484
备注:其实主要还是网速问题