当前位置:首页
> centos代理设置
centos代理设置ubuntu 设置代理
4天前CN2资讯
1.查看当前代理env | grep -i proxy2.设置代理export http_proxy="代理地址"export https_proxy="代理地址"3.取消代理unset https_proxyunset http_proxy// 如果还不行open ~/.bashrc// 删除文件...