下载不动设置代理:
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 http.SSLVERIFY false

删除git config项目:
git config --global http.proxy ""
git config --global https.proxy ""

=========================================

windows命令行代理:
set http_proxy=http://127.0.0.1:1080

linux命令行代理:
export http_proxy=192.168.8.25:1080

相关文章:

  • 2022-12-23
  • 2021-11-20
  • 2021-05-16
  • 2022-12-23
  • 2022-01-05
  • 2021-05-16
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-06-19
  • 2022-12-23
  • 2021-06-29
  • 2022-01-01
  • 2022-02-25
相关资源
相似解决方案