除了清华镜像还有什么国内镜像网站
时间: 2024-06-14 07:02:02 浏览: 446
除了清华大学开源软件镜像站(也称为 Tsinghua CTB),中国还有多个知名的软件和依赖包镜像网站,用于加速软件包的下载速度和在国内访问的稳定性。以下是一些常见的国内镜像:
1. 阿里云开源镜像:https://mirrors.aliyun.com/
2. Docker Hub中国镜像:https://hub.docker.com.cn/
3. OSChina开源镜像:http://maven.oschina.net/
4. Gitee Package Registry:https://gcr.io/google-container-registry-public/ (虽然Gitee不是专门的镜像站,但其有自己的软件仓库和一些开源包镜像)
5. ChinaUnix Linux Package Mirror:https://mirrors.ustc.edu.cn/
6. 百度云开源镜像:https://npm.taobao.org/mirrors/
使用这些镜像时,可以根据需求选择最适合自己的,并且在项目配置中设置镜像源,以提高在国内的下载效率。
相关问题
除了清华大学镜像源还有什么
其他常用的国内镜像源包括:
1. 中科大镜像源(https://mirrors.ustc.edu.cn/)
2. 阿里云镜像源(https://mirrors.aliyun.com/)
3. 网易镜像源(http://mirrors.163.com/)
4. 华为云镜像源(https://mirrors.huaweicloud.com/)
这些镜像源都提供了多种操作系统、开发工具和常用软件的下载。用户可以根据自己的需求选择合适的镜像源进行下载和更新。
anaconda清华镜像网站
Anaconda 可以使用清华大学开源软件镜像站作为镜像源,加速 Anaconda 的下载和更新速度。以下是清华镜像站的 Anaconda 下载地址:
- Anaconda:https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/
- Miniconda:https://mirrors.tuna.tsinghua.edu.cn/anaconda/miniconda/
使用方法:
1. 在安装 Anaconda 或 Miniconda 时,在选择下载镜像源时,选择清华大学开源软件镜像站。
2. 在已安装的 Anaconda 或 Miniconda 中,执行以下命令添加清华镜像站:
```
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/
conda config --set show_channel_urls yes
```
这样就可以使用清华镜像站的 Anaconda 镜像源了。
阅读全文