這里是代理問題的鍋
$ 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刪除。