0
点赞
收藏
分享

微信扫一扫

git在家无法git push

最不爱吃鱼 2022-03-11 阅读 146

文章目录

本文链接

  • 打死他

git在家无法git push

  • ma的。在公司可以git push,在家就不行
  • 最后yong
    git config -l 发现是设置了代理,这个代理只有在公司内网才可以访问到

于是我就
git config --global --unset https_proxy
git config --global --unset http_proxy

  • 然后git push,就行了!
举报

相关推荐

0 条评论