git提交报异常,fatal: The remote end hung up unexpectedly
上网找了一下原因,
最后这个答案帮了我解决问题了。
1 git config http.postBuffer 524288000
我的问题估计是上传文件太大导致的。
参考原文:http://www.myexception.cn/mobile/1576333.html
时间: 2024-10-12 23:25:37
git提交报异常,fatal: The remote end hung up unexpectedly
上网找了一下原因,
最后这个答案帮了我解决问题了。
1 git config http.postBuffer 524288000
我的问题估计是上传文件太大导致的。
参考原文:http://www.myexception.cn/mobile/1576333.html