go get 代理

>>> 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

你可能感兴趣的:(go get 代理)