在Linux系统中配置全局代理的步骤如下:
/etc/environment
/etc/profile
vi
nano
http_proxy=http://代理服务器地址:端口号 https_proxy=http://代理服务器地址:端口号
source /etc/environment source /etc/profile