cmd bash设置网络代理

cmd:
set http_proxy=http://proxy.com:port/
set http_proxy_user=username
set http_proxy_pass=password

bash:
export http_proxy=http://127.0.0.1:10809/
export https_proxy=http://127.0.0.1:10809/

发表回复

您的电子邮箱地址不会被公开。 必填项已用*标注

17 − 8 =