原因在与使用https提交数据时,文件太大
可以是用
git config --edit
修改配置文件
然后在vim编辑器里,把url = https://...修改成url=http://...就好了 如下图

参考
http://stackoverflow.com/questions/11986622/git-push-fatal-error-the-remote-end-hung-up-unexpectedly
原因在与使用https提交数据时,文件太大
可以是用
git config --edit
修改配置文件
然后在vim编辑器里,把url = https://...修改成url=http://...就好了 如下图
参考
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
网友评论