export https_proxy=https://192.168.1.1:1111export https_proxy=https://myproxy.com:1111
setx http_proxy=https://192.168.1.1:1111set http_proxy=https://myproxy.com:1111# setx表示设置永久环境变量,设置后重启终端生效
--https-proxy
选项设置 HTTPS 代理。# 例如tccli cvm DescribeRegions --https-proxy https://192.168.1.1:1111
本页内容是否解决了您的问题?