Cmder設置代理



默認模式:http代理
set http_proxy=http://127.0.0.1:7008
set https_proxy=http://127.0.0.1:7008

bash模式:sock5代理
export https_proxy=socks5://127.0.0.1:1080 
export http_proxy=socks5://127.0.0.1:1080

PowerShell :http代理
$env:http_proxy=http://127.0.0.1:7008
$env:https_proxy=http://127.0.0.1:7008

檢測命令:curl www.google.com





免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM