Linux - 教程linux配置终端代理本页总览linux配置终端代理 export https_proxy=http://172.16.15.245:4530;export http_proxy=http://172.16.15.245:4530;export all_proxy=socks5://172.16.15.245:4530 请注意:上面命令中的端口和IP仅为示范,配合为适合自己的ip:port