美文网首页
git push origin master 报错 The re

git push origin master 报错 The re

作者: 00cadc01cbc1 | 来源:发表于2015-12-21 14:03 被阅读140次

    原因在与使用https提交数据时,文件太大
    可以是用

    git config --edit
    

    修改配置文件
    然后在vim编辑器里,把url = https://...修改成url=http://...就好了 如下图

    Paste_Image.png

    参考
    http://stackoverflow.com/questions/11986622/git-push-fatal-error-the-remote-end-hung-up-unexpectedly

    相关文章

      网友评论

          本文标题:git push origin master 报错 The re

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