这里是代理问题的锅
$ env|grep -I proxy
http_proxy=http://127.0.0.1:8118
ftp_proxy=http://127.0.0.1:8118
https_proxy=http://127.0.0.1:8118
我们需要把/etc/profile中的代理注释掉在进行 以下操作
unset http_proxy
unset ftp_proxy
unset https_proxy
这里是代理问题的锅
$ env|grep -I proxy
http_proxy=http://127.0.0.1:8118
ftp_proxy=http://127.0.0.1:8118
https_proxy=http://127.0.0.1:8118
我们需要把/etc/profile中的代理注释掉在进行 以下操作
unset http_proxy
unset ftp_proxy
unset https_proxy
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。