实时检测的GitHub镜像加速服务
🕐 最后更新: 2026-04-04 16:25:36 UTC
将镜像前缀添加到原始GitHub地址前面:
原始地址:
git clone https://github.com/user/repo.git
使用镜像:
git clone <镜像前缀>user/repo.git
例如:
git clone https://mirror.ghproxy.com/user/repo.git