Git 报错:git - error: RPC failed; curl 18 transfer closed with outstanding read data remaining 解决方案

error: RPC failed; curl 18 transfer closed with outstanding read data remaining

because have error when clone by HTTP protocol (curl command).

And, you should increment buffer size:

git config --global http.postBuffer 524288000

原因:由于Http协议错误,当Pull或者Clone的时候

解决方案: 在Git Bash Here 中执行该 git config --global http.postBuffer 524288000 命令,
       
        然后再执行git pull 或者 git clone命令。


    

注: 当时我遇到该问题是是这样解决的,此方案仅供参考。

posted on   Sun‘刺眼的博客  阅读(17413)  评论(0编辑  收藏  举报

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示