美文网首页
git 提交 "fatal: The remote end hu

git 提交 "fatal: The remote end hu

作者: 向往天空的鸡 | 来源:发表于2018-09-03 10:54 被阅读0次

原因是推送的文件太大。

解决方法如下:

打开项目的所在目录 

.git文件夹

右键点击空白处 打开终端

Git Bash Here

输入 git config http.postBuffer 524288000

再提交自己的分支

git push origin "分支名"

就ok了

相关文章

网友评论

      本文标题:git 提交 "fatal: The remote end hu

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