windows cmd下http和https代理设置以及取消
1.设置代理
set http_proxy=http://192.168.1.1:8080
SRE实战 互联网时代守护先锋,助力企业售后服务体系运筹帷幄!一键直达领取阿里云限量特价优惠。set http_proxy=http://proxy.domain.com:port
set https_proxy=https://192.168.1.1:8080
如果有用户名和密码
set http_proxy_user=jake
set http_proxy_pass=abcd
2.取消代理设置
set http_proxy=
set https_proxy=
3.查询代理

更多精彩