terminal如何安装proxy

245 阅读1分钟
  1. 先查询当前软件的端口

image.png

  1. 然后使用命令

export http_proxy="http://localhost:1087"
export https_proxy="http://localhost:1087" #export all_proxy="http:127.0.0.1:1087" #not used now,set proxy of all protocols ————————————————

image.png