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

Posted Sun‘刺眼的博客

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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命令。


    

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

以上是关于Git 报错:git - error: RPC failed; curl 18 transfer closed with outstanding read data remaining 解决方案(示的主要内容,如果未能解决你的问题,请参考以下文章

关于Git上传项目报错error: RPC failed; HTTP 413 curl 22 The requested URL returned error: 413

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

git clone报错error: RPC failed; curl 18 transfer closed with outstanding read data remaining

使用git clone命令报错:error: RPC failed; curl 18 transfer closed with outstanding read data remaining(示例代码

git clone 报错 RPC failed; curl 18 transfer closed with outstanding read data remaining

git clone 报错 RPC failed; curl 18 transfer closed with outstanding read data remaining