查了好多都说要设置清华的镜像,但是我一直都有设呀,突然就不好使了,也尝试过把.condarc文件下,default那一行删除,但是也不行。最后!!!只需要把清华镜像里的https改成http就行啦?!诡异的操作
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/msys2/
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
conda config --set show_channel_urls yes
来源:CSDN
作者:小白胖爱学习-
链接:https://blog.csdn.net/m0_37723079/article/details/104657353