wyzniu

咋啥也不知道,莫名就出现了
Failed to connect to github.com port 443: Timed out
于是我果断百度,发现如下解决办法

git config --global http.proxy http://127.0.0.1:1080

git config --global https.proxy https://127.0.0.1:1080

git config --global --unset http.proxy

git config --global --unset https.proxy

最后就解决了

分类:

技术点:

相关文章:

  • 2021-08-28
  • 2021-12-30
  • 2021-08-15
  • 2019-01-14
  • 2021-05-29
  • 2021-11-17
  • 2021-08-19
  • 2021-06-17
猜你喜欢
  • 2021-05-16
  • 2021-08-31
  • 2021-09-28
  • 2021-04-07
  • 2021-11-13
  • 2021-09-30
  • 2021-07-18
相关资源
相似解决方案