GitHub Proxy

    GitHub 文件 , Releases , archive , gist , raw.githubusercontent.com 文件代理加速下载服务。

    本站支持的合法输入示例

    • Raw 文件:https://raw.githubusercontent.com/ineo6/hosts/master/hosts
    • 分支源码:https://github.com/ineo6/hosts/archive/master.zip
    • Releases 源码:https://github.com/stilleshan/ServerStatus/archive/v1.0.tar.gz
    • Releases 文件:https://github.com/fatedier/frp/releases/download/v0.33.0/frp_0.33.0_linux_amd64.tar.gz

    其他使用方式

    命令行

    支持终端命令行 git clone, wget , curl 等工具下载。

    对于一些使用了 raw.githubusercontent.com的安装脚本也是支持的。

    • raw.githubusercontent.com
    • gist.github.com
    • gist.githubusercontent.com

    注意:不支持通过SSH 方式的 git clone 下载。

    git clone

    git clone https://gh.idayer.com/https://github.com/stilleshan/ServerStatus

    git clone 私有仓库

    # 私有仓库需要用户在 Personal access tokens 申请 Token 配合使用.
    git clone https://user:your_token@gh.idayer.com/https://github.com/your_name/your_private_repo

    wget & curl

    wget https://gh.idayer.com/https://github.com/ineo6/hosts/archive/master.zip
    wget https://gh.idayer.com/https://raw.githubusercontent.com/ineo6/hosts/master/hosts
    curl -O https://gh.idayer.com/https://github.com/ineo6/hosts/archive/master.zip
    curl -O https://gh.idayer.com/https://raw.githubusercontent.com/ineo6/hosts/master/hosts
    最后更新时间: