Linux配置代理IP:
vim /etc/profile
http_proxy=http://username:password@ip:port/
https_proxy=http://username:password@ip:port/
export http_proxy
export https_proxy
source /etc/profile
Linux配置代理IP:
vim /etc/profile
http_proxy=http://username:password@ip:port/
https_proxy=http://username:password@ip:port/
export http_proxy
export https_proxy
source /etc/profile