美文网首页
解决git push时出现Failed to connect t

解决git push时出现Failed to connect t

作者: izheer | 来源:发表于2021-03-18 10:53 被阅读0次

    最近,在android studio上push代码到github时,出现Failed to connect to github.com port 443: Timed out错误。


    微信图片_20210318104636.png

    此错误是因为代理的设置问题;
    解决方法:
    进入项目目录中,使用命令行取消代理设置:

    git config --global --unset http.proxy
    git config --global --unset https.proxy
    

    相关文章

      网友评论

          本文标题:解决git push时出现Failed to connect t

          本文链接:https://www.haomeiwen.com/subject/tgsucltx.html