国内常用镜像源汇总 | GitHub|Docker|NPM|PyPI|RubyGems|Conda|一键复制使用
解决GitHub克隆慢、下载慢的问题
https://ghproxy.net/https://github.com/用户名/仓库名.git git clone https://ghproxy.net/https://github.com/username/repo.git https://mirror.ghproxy.com/https://github.com/用户名/仓库名.git git clone https://mirror.ghproxy.com/https://github.com/username/repo.git https://hub.fastgit.xyz/用户名/仓库名.git git clone https://hub.fastgit.xyz/username/repo.git 将原有的GitHub地址前加上镜像前缀即可加速克隆和下载
例如:git clone https://github.com/xxx/xxx.git → git clone https://ghproxy.net/https://github.com/xxx/xxx.git