windosWindows命令行设置代理 云博小周宇2024年5月5日2023年8月5日1 Min Read cmd,powershell,git-bash设置代理的方式是不一样的 powershell 可以使用 $env:https_proxy = "127.0.0.1:1080" $env:http_proxy = "127.0.0.1:1080" 其它参考 https://zcdll.github.io/2018/01/27/proxy-on-windows-terminal/