【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

 

备注:其实主要还是网速问题

 

posted @ 2024-02-04 15:39  代码诠释的世界  阅读(62)  评论(0编辑  收藏  举报