当前位置:首页 > 编程笔记 > 正文
已解决

Failed to connect to github.com port 443:connection timed out

来自网友在路上 158858提问 提问时间:2023-11-12 15:51:20阅读次数: 58

最佳答案 问答题库588位专家为你答疑解惑

解决办法:

  • 步骤1:
    在这里插入图片描述
    在这里插入图片描述
  • 步骤2:
    -
  • 步骤3 :在git终端中执行如下命令:
    git config --global http.proxy http:ip:port
    git config --global https.proxy http:ip:port
git config --global http.proxy http://127.0.0.1:17890
git config --global https.proxy http://127.0.0.1:17890
查看全文

99%的人还看了

猜你感兴趣

版权申明

本文"Failed to connect to github.com port 443:connection timed out":http://eshow365.cn/6-38193-0.html 内容来自互联网,请自行判断内容的正确性。如有侵权请联系我们,立即删除!