码迷,mamicode.com
首页 > Web开发 > 详细

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

时间:2020-06-15 23:11:47      阅读:84      评论:0      收藏:0      [点我收藏+]

标签:默认值   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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!