xch-jiang

powershell

# 当前 shell 的代理
$env:HTTP_PROXY="http://127.0.0.1:1080"

cmd

rem 当前 shell 的代理
set http_proxy=http://127.0.0.1:1080

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-01-17
  • 2021-07-02
猜你喜欢
  • 2022-01-10
  • 2021-12-09
  • 2021-10-13
  • 2021-12-06
  • 2021-06-04
相关资源
相似解决方案