go get 代理

2019-03-10  本文已影响0人  林小吋
>>> echo ~/proxy.conf

export https_proxy=$http_proxy
export ftp_proxy=$http_proxy
export rsync_proxy=$http_proxy
export no_proxy="localhost,127.0.0.1,localaddress,.localdomain.com"

>>> git config http.proxy
http://127.0.0.1:1087

>>> git config https.proxy
http://127.0.0.1:1087
上一篇 下一篇

猜你喜欢

热点阅读