git推送大文件出错

Git 在push的时候出现了:

 

fatal: The remote end hung up unexpectedly

 

解决方法:
在 .git/config 文件中加入
[http]
postBuffer = 524288000

posted @ 2019-01-24 15:07  amulo  阅读(234)  评论(0)    收藏  举报