GitHub加速 Docker加速 NPM加速 PyPI加速

镜像加速源

国内常用镜像源汇总 | GitHub|Docker|NPM|PyPI|RubyGems|Conda|一键复制使用

GitHub 镜像加速

解决GitHub克隆慢、下载慢的问题

ghproxy.net 推荐
使用方法
https://ghproxy.net/https://github.com/用户名/仓库名.git
克隆示例
git clone https://ghproxy.net/https://github.com/username/repo.git
mirror.ghproxy.com 稳定
使用方法
https://mirror.ghproxy.com/https://github.com/用户名/仓库名.git
克隆示例
git clone https://mirror.ghproxy.com/https://github.com/username/repo.git
hub.fastgit.xyz
使用方法
https://hub.fastgit.xyz/用户名/仓库名.git
克隆示例
git clone https://hub.fastgit.xyz/username/repo.git
💡 使用技巧

将原有的GitHub地址前加上镜像前缀即可加速克隆和下载
例如:git clone https://github.com/xxx/xxx.gitgit clone https://ghproxy.net/https://github.com/xxx/xxx.git