天天看点

Git报错Error:RPC failed; curl 18 transfer closed with outstanding read data remaining原因:缓存区溢出

原因:缓存区溢出

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