设置上网代理地址的格式为
[protocol]://[username]:[password]@[ip]:[port]
linux 全局代理
编辑/etc/profile
http_proxy=代理地址
export http_proxy
linux yum
编辑/etc/yum.conf
添加变量 proxy=代理地址
git
git config --global http.proxy http://yourname:[email protected]:proxyport
时间: 2024-11-05 12:34:19