git push 失败

问题:
fatal: unable to access 'https://github.com/xxxx.xxxxx.git/': Empty reply from server

解决办法:

git config --global http.proxy 
查询到当前设置了代理,所以我取消这个设置: 
git config --global --unset http.proxy 

posted @ 2018-07-20 15:20  左岸繁华右岸殇  阅读(154)  评论(0编辑  收藏  举报