最简单的方法是 执行
export http_proxy=http://127.0.0.1:8087
export https_proxy=http://127.0.0.1:8087
(以上将http https协议代理到本地的8087端口 且只对当前终端窗口有效)
支持写法 http_proxy=http://userName:password@proxyAddress:port

相关文章:

  • 2021-06-19
  • 2021-10-22
  • 2021-09-27
  • 2021-09-03
  • 2022-01-16
  • 2021-09-13
  • 2022-12-23
猜你喜欢
  • 2021-06-28
  • 2022-12-23
  • 2022-12-23
  • 2021-12-09
  • 2022-01-01
  • 2022-02-25
  • 2022-12-23
相关资源
相似解决方案