一些常用软件的镜像的更换方法汇总

假设镜像的地址为mirror_url,下面列举一些主要平台的镜像地址

平台 方法 备注
nvm NVM_NODEJS_ORG_MIRROR= nvm install
npm npm --registry install
npm config set registry
yarn yarn config set registry
pip pip install -i
pip config set global.index-url
huggingface export HF_ENDPOINT=https://hf-mirror.com
huggingface-cli download --resume-download
hf-mirror.com

一些国内服务商的镜像地址的介绍页面如下,可以在其中查找具体的软件的镜像的地址

服务商 地址
阿里云 https://developer.aliyun.com/mirror/
腾讯云 https://mirrors.cloud.tencent.com/
清华大学 https://mirrors.tuna.tsinghua.edu.cn/
华为云 https://mirrors.huaweicloud.com/

你可能感兴趣的:(Programming,镜像)