Anaconda: HTTP 000 CONNECTION FAILED for url

方法一:更换清华镜像源为中科大镜像源(没用)
conda config --add channels https://mirrors.ustc.edu.cn/anaconda/pkgs/free/ conda config --set show_channel_urls yes

方法二:删除“- defaults”(没用)
vim ~/.condarc

方法三:将镜像源中的https改为http(有用)

Anaconda: HTTP 000 CONNECTION FAILED for url <https://mirrors.tuna.tsinghua.edu.cn/

上一篇:BurpSuite抓取HTTPS请求2


下一篇:JS 正则表示式 字符串匹配 忽略大小写