出现 error: RPC failed; curl 18 transfer closed with outstanding read data remaining 的原因

Posted nimon-hugo

tags:

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

因此无法克隆下来;

究其原因是因为curl的postBuffer的默认值太小,我们需要调整它的大小,需要终端重新配置大小,在这里,笔者把postBuffer的值配置成500M,对笔者来说已经够了。可以根据你需要下载的文件大小,将postBuffer值配置成合适的大小。

git config --global http.postBuffer 524288000

这样已经配置好了,如果你不确定,可以根据以下命令查看postBuffer。

 git config --list

 

以上是关于出现 error: RPC failed; curl 18 transfer closed with outstanding read data remaining 的原因的主要内容,如果未能解决你的问题,请参考以下文章

使用Git pull文件时,出现"error: RPC failed; curl 18 transfer closed with outstanding read data remainin

使用git clone命令克隆文件出现error: RPC failed; curl 18 transfer closed with outstanding read data remaining问题

github RPC failed; curl 56 OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 10054

sourceTree :报错error: RPC failed; curl 56 Recv failure: Connection reset by peer

聊聊git push到远程服务器出现RPC failed问题

聊聊git push到远程服务器出现RPC failed问题