错误:error: RPC failed; HTTP 504 curl 22 The requested URL returned error: 504 Gateway Time-out
fatal: The remote end hung up unexpectedly
解决方案:git config --global http.postbuffer 524288000 //500x1024x1024 设置为500M
error: RPC failed; curl 18 transfer closed with outstanding read data remaining
fatal: The remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
解决方案: git config --global http.postBuffer 524288000
网友评论