Cursor
# 设置 HTTP 代理
$env:http_proxy="http://127.0.0.1:7897"
# 设置 HTTPS 代理
$env:https_proxy="http://127.0.0.1:7897"
# 查看代理设置
echo $env:http_proxy
echo $env:https_proxy
# 设置 HTTP 代理
$env:http_proxy="http://127.0.0.1:7897"
# 设置 HTTPS 代理
$env:https_proxy="http://127.0.0.1:7897"
# 查看代理设置
echo $env:http_proxy
echo $env:https_proxy