We use cookies.This website uses essential cookies to operate core features. With your consent, we also use analytics cookies to understand traffic and improve the service. For more details, see our .
GitHub Download Accelerator
If this tool helped you, you can buy us a coffee ☕
Fix slow GitHub downloads for files, repositories, and releases with our stable, high-speed download channel.
tools.github-proxy-speed.usageStep1
git clone https://<镜像前缀>/https://github.com/owner/repo.git
tools.github-proxy-speed.usageStep2
wget https://<镜像前缀>/https://github.com/owner/repo/archive/main.zip
tools.github-proxy-speed.note
Slow access to overseas GitHub servers can be a nightmare for developers. This tool uses smart routing to select the optimal CDN nodes, converting GitHub repositories, release files, and raw resources into high-speed download links. A GitHub download acceleration service forwards the original GitHub links through globally distributed nodes, significantly improving download speeds for users in mainland China.
How can I accelerate downloads for private GitHub repositories?
This tool only supports accelerating public repositories. Private repositories require SSH key configuration for access.
Why hasn't my download speed improved?
Check three things: whether the link is correct, if your network is stable, and if the file is too large. In most cases, refreshing and trying again will solve the issue.
Only public GitHub resources are supported; large files may require waiting for acceleration processing; please do not use this tool to download suspicious content.
For large repositories over 1GB, it is recommended to download in multiple parts or use the git clone --depth=1 parameter. Typical example: The original link https://github.com/tensorflow/tensorflow is accelerated to https://cdn.github.com/tensorflow/tensorflow/archive/master.zip, increasing the download speed from 50KB/s to 5MB/s.