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

解决办法:

  • 步骤1:
    在这里插入图片描述
    Failed to connect to github.com port 443:connection timed out_第1张图片
  • 步骤2:
    -Failed to connect to github.com port 443:connection timed out_第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

你可能感兴趣的:(git,github,git)