美文网首页
git上传出现fatal: the remote end hun

git上传出现fatal: the remote end hun

作者: bayi_lzp | 来源:发表于2019-02-28 10:15 被阅读0次

在使用git推送项目时候出现 "fatal: The remote end hung up unexpectedly " 原因是推送的文件太大。

解决办法:

1.打开git文件

image.png

2.打开config文件


image.png

3.打开加入以下代码,保存

[http]
postBuffer = 524288000

相关文章

网友评论

      本文标题:git上传出现fatal: the remote end hun

      本文链接:https://www.haomeiwen.com/subject/seacuqtx.html