美文网首页
git提交代码报错fatal: the remote end h

git提交代码报错fatal: the remote end h

作者: 冰点雨 | 来源:发表于2024-09-18 11:08 被阅读0次

报错:fatal: the remote end hung up unexpectedly

可能是文件大导致的

解决方法:

将http缓存设置大一些

git config --global http.postBuffer 1048576000

设置git最低速度

git config --global http.lowSpeedLimit 0
git config --global http.lowSpeedTime 999999

设置之后就可以了

相关文章

网友评论

      本文标题:git提交代码报错fatal: the remote end h

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