标签:
git提交报异常,fatal: The remote end hung up unexpectedly
上网找了一下原因,
最后这个答案帮了我解决问题了。
1 git config http.postBuffer 524288000
我的问题估计是上传文件太大导致的。
参考原文:http://www.myexception.cn/mobile/1576333.html
【Git笔记】git报错 fatal: The remote end hung up unexpectedly
标签:
原文地址:http://www.cnblogs.com/tanghuian/p/4601885.html