让终端走代理的几种方法
在终端中直接运行命令
export http_proxy=http://127.0.0.1:7890
export https_proxy=https://127.0.0.1:7890
或
export ALL_PROXY=socks5://127.0.0.1:7890
在终端中直接运行命令
export http_proxy=http://127.0.0.1:7890
export https_proxy=https://127.0.0.1:7890
或
export ALL_PROXY=socks5://127.0.0.1:7890