首页 > 代码库 > git push error: RPC failed; result=56, HTTP code = 0 [closed]

git push error: RPC failed; result=56, HTTP code = 0 [closed]

git push的时候发生标题上面的错误,不知道怎么解决。搜索了下stackoverflow,上面说是http的postBuffer不够导致的。

要运行以下命令:

git config --global http.postBuffer 2M

但是,很遗憾,没有解决,还是同样的错误。


又有的回答说是github本身的问题导致的,瞎,我整个下午都是这样的问题,不可能是github网站本身的问题吧?然后我重新下载最新版的git,重新配置了下SSH key,还是不行。等我解决了就update这文章。。= =!


references:

http://stackoverflow.com/questions/22005259/git-push-error-rpc-failed-result-56-http-code-0

http://stackoverflow.com/questions/18436812/why-do-i-get-error-rpc-failed-result-52-http-code-0-fatal-the-remote-end-h

git push error: RPC failed; result=56, HTTP code = 0 [closed]