从 github 执行 git pull 的时候提示 error: RPC failed


从 github 执行 git pull 的时候提示


 error: RPC failed; result=52, HTTP code = 0
fatal: The remote end hung up unexpectedly

导致 pull 不下来,是什么原因,怎么解决?

github git

asdas 10 years, 11 months ago

网络问题。

最近github不稳定,建议开vpn。。

彷徨中的路人 answered 10 years, 11 months ago

我不是捡来的 answered 10 years, 11 months ago

https://confluence.atlassian.com/pages/viewpage.action?pageId=301663284

应该是pull 内容更新太多,需要设置postBuffer更大些,具体看上面的链接

git config --global http.postBuffer 524288000

梯子不用要横放 answered 10 years, 11 months ago

Your Answer