Git报错Error:RPC failed; curl 18 transfer closed with outstanding read data remaining

阅读 301 标签:git  

原因:缓存区溢出
httpBuffer加大

git config --global http.postBuffer 524288000
git config --list


压缩配置

git config --global core.compression -1 

修改配置文件

export GIT_TRACE_PACKET=1
export GIT_TRACE=1
export GIT_CURL_VERBOSE=1


文章来源:网络 版权归原作者所有,如涉及知识产权问题,请权利人联系我们,我们将立即处理.
标签: git
田井中律
文章 96 获得 0个赞 共 0个粉丝

推荐阅读 更多精彩内容