github.com.cnpmjs.org 停用, 使用hub.fastgit.org 替换

之前有个几个软件是通过github.com.cnpmjs.org这github的镜像地址来下载,最近要更新发现已经停用了,于是重新找个镜像站来替换。

#1 进入项目目录
% cd {project_dir}
#2 查看当前远程地址
% git remote -v
origin  https://github.com.cnpmjs.org/*********.git (fetch)
origin  https://github.com.cnpmjs.org/*********.git (push)
#3 重设当前远程地址
% git remote set-url origin https://hub.fastgit.xyz/*********.git
hub.fastgit.org 也停用了,可以使用https://gitclone.com/github.com/。 2023-02-16
上一篇