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
解决方案: 设置请求的数据缓存大小,防止请求回执的数据庞大报错。
1 2
git config --global http.postBuffer 524288000
错误情况二:
1
fatal:unable to access 'http://github.com/Homebrew/brew/':Could not resolve host:github.com