今天centos使用wget下载东西的时候出现了
看下是否开启了代理
yicunyiye@yicunyiye:~/redis$ export | grep -i proxy declare -x ftp_proxy="http://127.0.0.1:8118" declare -x http_proxy="http://127.0.0.1:8118" declare -x https_proxy="http://127.0.0.1:8118"
可以看到开启了代理,关闭重新下载就可以了
unset http_proxy