这样

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

或者这样

env GIT_SSL_NO_VERIFY=true

如果还是不行的话

你还可以试试这样

修改host文件内容

host 地址

/etc/hosts

需要把hosts文件复制出来

然后新增一行内容

如果有的那就删除

没有的新增

199.232.28.133 raw.githubusercontent.com

改完之后在复制进去覆盖掉原来的即可

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-04-12
  • 2021-06-09
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-11-08
  • 2022-02-04
  • 2022-12-23
  • 2021-05-22
  • 2021-08-02
相关资源
相似解决方案