windows终端配置代理
# cmd
set http_proxy=http://127.0.0.1:7890
set https_proxy=http://127.0.0.1:7890
# powershell
$ENV:ALL_PROXY='http://127.0.0.1:7890'
# cmd
set http_proxy=http://127.0.0.1:7890
set https_proxy=http://127.0.0.1:7890
# powershell
$ENV:ALL_PROXY='http://127.0.0.1:7890'