git提交报异常,fatal: The remote end hung up unexpectedly

如图,出现如下情况:

关于fatal: The remote end hung up unexpectedly

原因估计是提交的文件过大造成的

解决方案:git config http.postBuffer 524288000  

 

posted @ 2016-07-03 22:23  水火379  阅读(217)  评论(0)    收藏  举报