Git设置代理
配置代理
打开配置文件
vim ~/.gitconfig
添加如下配置
[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 = ""
运维笔记,Python开发,Golang语言