您的位置:首页 > 其它

fatal: the remote end hung up unexpectedly

2013-09-25 11:12 375 查看
发生在push命令中,有可能是push的文件过大导致

解决方法:

windows:

在 .git/config 文件中加入

[http]

postBuffer = 524288000

linux:

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