morethink
  1. 打开Git 配置文件

    vi ~/.gitconfig
    
  2. 添加如下配置:

    [http "https://github.com/"]
        proxy = http://127.0.0.1:1081
    [https "https://github.com/"]
        proxy = http://127.0.0.1:1081
    [http "https://my.comapnyserver.com/"]
        proxy = ""
    

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2021-11-27
  • 2021-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-11-06
  • 2021-11-29
  • 2022-02-03
  • 2022-12-23
  • 2022-02-08
  • 2022-02-16
相关资源
相似解决方案