git push origin master 报错 The re

2015-12-21  本文已影响140人  00cadc01cbc1

原因在与使用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

上一篇 下一篇

猜你喜欢

热点阅读