文章目录
本文链接
- 打死他
git在家无法git push
- ma的。在公司可以git push,在家就不行
- 最后yong
git config -l 发现是设置了代理,这个代理只有在公司内网才可以访问到
于是我就
git config --global --unset https_proxy
git config --global --unset http_proxy
- 然后git push,就行了!
微信扫一扫
于是我就
git config --global --unset https_proxy
git config --global --unset http_proxy
相关推荐