Git 使用 HTTP 代理服务器

公司里git使用不了,需要装代理才能访问,我使用的是goagent代理,在shell里配置

[eryk@eryk:~/workspace]$export http_proxy="http://127.0.0.1:8087"
[eryk@eryk:~/workspace]$export https_proxy="http://127.0.0.1:8087"

之后就可以正常使用git了

你可能感兴趣的:(Git 使用 HTTP 代理服务器)