windows cmd下http和https代理设置以及取消
Posted zxwdnj
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了windows cmd下http和https代理设置以及取消相关的知识,希望对你有一定的参考价值。
1.设置代理
set http_proxy=http://192.168.1.1:8080
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.查询代理
以上是关于windows cmd下http和https代理设置以及取消的主要内容,如果未能解决你的问题,请参考以下文章