Jan 2, 2024 No Comments 各种国内镜像数据源地址 Maven国内仓库 ``` 阿里云镜像仓库:https://maven.aliyun.com/repository/public 华为云镜像仓库:https://mirrors.huaweicloud.com/repository/maven/ 腾讯云镜像仓库:https://mirrors.cloud.tencent.com/nexus/repository/maven-public/ 默认中央仓库:https://repo.maven.apache.org/maven2/ ``` 首推阿里云的镜像仓库。 Docker国内镜像源 ``` Azure: https://dockerhub.azk8s.cn 中科大: https://ustc-edu-cn.mirror.aliyuncs.com 百度云 Docker 镜像:https://mirror.baidubce.com 网易云 Docker 镜像:https://hub-mirror.c.163.com ``` 强烈推荐网易的Docker镜像。 Python国内源 ``` 清华:https://pypi.tuna.tsinghua.edu.cn/simple 阿里云:http://mirrors.aliyun.com/pypi/simple/ 中国科技大学 https://pypi.mirrors.ustc.edu.cn/simple/ 华中理工大学:http://pypi.hustunique.com/ 山东理工大学:http://pypi.sdutlinux.org/ 豆瓣:http://pypi.douban.com/simple/ ``` 比较推荐清华的源。 Npm国内源 ``` 1. 淘宝 npm 镜像(https://npm.taobao.org/):淘宝提供的npm镜像源,是国内使用最广泛的npm镜像之一。可以通过将npm的registry配置为https://registry.npm.taobao.org/来使用。 2. cnpm(http://cnpmjs.org/):cnpm是淘宝团队开发的一个npm镜像源,可以通过将npm的registry配置为https://registry.npm.taobao.org/来使用。 3. 官方中国镜像(https://registry.npmjs.com.cn/):npm官方在中国建立的镜像源,提供与官方源相同的内容,可以通过将npm的registry配置为https://registry.npmjs.com.cn/来使用。 4. 七牛云镜像(https://npm.qiniu.com/):七牛云提供的npm镜像源,可以通过将npm的registry配置为https://npm.qiniu.com/来使用。 ``` 使用国内源可以加快npm包的下载速度,并且避免由于网络问题导致的下载失败。在使用国内源之前,建议先备份原始的npm源,以便在需要时可以切换回官方源。 最后更新于 2024-01-02 09:17:21 并被添加「」标签,已有 991 位童鞋阅读过。 本站使用「署名 4.0 国际」创作共享协议,可自由转载、引用,但需署名作者且注明文章出处
此处评论已关闭