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

2021-02-04 17:16

阅读:611

标签:默认值   ini   nbsp   global   pre   tran   克隆   项目   style   

最近在做全栈项目,前台后台,服务器端,三端在一个文件夹,当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 的原因

标签:默认值   ini   nbsp   global   pre   tran   克隆   项目   style   

原文地址:https://www.cnblogs.com/nimon-hugo/p/13138229.html


评论


亲,登录后才可以留言!