终端需要单独设置代理
linux:
export http_proxy=http://
export https_proxy=http://
若代理需要用户名密码认证:
export http_proxy=http://username:password@
export https_proxy=http://username:password@
windows:
set http_proxy=http://
set https_proxy=http://
或者代理软件开全局/tun模式
终端需要单独设置代理
linux:
export http_proxy=http://
export https_proxy=http://
若代理需要用户名密码认证:
export http_proxy=http://username:password@
export https_proxy=http://username:password@
windows:
set http_proxy=http://
set https_proxy=http://
或者代理软件开全局/tun模式