πŸ™

GitHub Accelerator Proxy

A read-only proxy service for faster GitHub access

⚠️
Important Notice: This is NOT the official GitHub website. This service acts as a proxy to accelerate access to GitHub's public content. Always verify URLs when entering credentials.

πŸ“‘ How to Use This Proxy

πŸ”— Direct URL Replacement

Replace github.com with your proxy domain:

https://github.com/user/repo
β†’
https://git.0506304.xyz/user/repo

⚑ Smart Routing

Automatically routes to optimal GitHub endpoints:

  • Web pages β†’ github.com
  • Raw files β†’ raw.githubusercontent.com
  • Releases β†’ github.global.ssl.fastly.net

πŸ› οΈ Git Configuration

Configure git to use this proxy:
git config --global url."https://git.0506304.xyz/".insteadOf https://github.com/

To revert: git config --global --unset url.https://git.0506304.xyz/.insteadOf

πŸ“₯ Common Usage Examples

Clone a repository
git clone https://git.0506304.xyz/username/repository.git
Download raw file
https://git.0506304.xyz/raw/username/repo/branch/path/to/file
Download release asset
https://git.0506304.xyz/username/repo/releases/download/v1.0/package.zip
πŸ”— Go to Official GitHub