powershell
1
2
# 当前 shell 的代理
$env:HTTP_PROXY="http://127.0.0.1:7890"
cmd
1
set http_proxy=http://127.0.0.1:1080
其他补充
在 macOS 或 Linux 下
1
export https_proxy=http://127.0.0.1:7890 http_proxy=http://127.0.0.1:7890 all_proxy=socks5://127.0.0.1:7890