Windows终端设置代理 发表于 2020-11-03 00:00 更新于 2020-11-21 22:17 PowerShell设置代理12$env:http_proxy="http://127.0.0.1:1086"$env:https_proxy="http://127.0.0.1:1086" cmd设置代理12set HTTP_PROXY=http://127.0.0.1:1086set HTTPS_PROXY=http://127.0.0.1:1086