天天看點

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