# GitHub-Proxy **Repository Path**: xyz8848/GitHub-Proxy ## Basic Information - **Project Name**: GitHub-Proxy - **Description**: 基于 Cloudflare Workers 的 GitHub 代理 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: https://github.com/xyz8848/GitHub-Proxy - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-08-15 - **Last Updated**: 2024-07-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: GitHub, cloudflare, Cloudflare-Workers ## README # GitHub Proxy > GitHub proxy based on Cloudflare Workers ## Demo [https://gh.dlproxy.eu.org/](https://gh.dlproxy.eu.org/) ## How to deploy 1. Go to [Cloudflare Workers](https://workers.cloudflare.com) 2. Click `Start building` 3. Register or log in to your account 4. Click `Create a Worker` 5. Copy [index.js](index.js) to the left code box,`Save and deploy` ## Correct input - https://github.com/{username}/{repositories}/archive/{file} - https://github.com/{username}/{repositories}/releases/download/{tag}/{file} - https://github.com/{username}/{repositories}/blob/{branches}/{file} ## Notice Cloudflare Workers only provide 100000 requests per day ## Thanks for... [https://github.com/hunshcn/gh-proxy](https://github.com/hunshcn/gh-proxy)