windows cmd 设置http代理

//更改为自己代理服务器ip和端口
set http_proxy=http://127.0.0.1:1080
set https_proxy=http://127.0.0.1:1080

//如需用户和密码,则继续执行下面命令
set http_proxy_user=
set http_proxy_pass=

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章