【Git笔记】git报错 fatal: The remote end hung up unexpectedly
git提交报异常,fatal: The remote end hung up unexpectedly
上网找了一下原因,
最后这个答案帮了我解决问题了。
1 git config http.postBuffer 524288000
我的问题估计是上传文件太大导致的。
git提交报异常,fatal: The remote end hung up unexpectedly
上网找了一下原因,
最后这个答案帮了我解决问题了。
1 git config http.postBuffer 524288000
我的问题估计是上传文件太大导致的。