您的位置:首页 > 其它

git:解决git错误:fatal: The remote end hung up unexpectedly

2014-01-27 15:09 549 查看
同步上游仓库:

git fetch upstream

git merge upstream/master

git push origin master

git报错:error: RPC failed; result=55, HTTP code = 200

fatal: The remote end hung up unexpectedly

后来发现是提交大文件导致http postbuffer溢出,将postbuffer改大就可以了

git config http.postBuffer 524288000
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: