- 先查询当前软件的端口
- 然后使用命令
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
————————————————
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
————————————————