GitHub 文件代理加速
后续将支持 Docker 代理
  • 支持 Huggingface 加速下载
  • Linux: export HF_ENDPOINT=https://hf.haoyong.de
    Windows Powershell: $env:HF_ENDPOINT = "https://hf-mirror.com"

    • 支持 Releases、archive、gist、raw 文件代理加速下载
    • 支持终端命令行 git clone、wget、curl 等工具下载

      例: git clone https://haoyong.de/https://github.com/github/training-kit

    • 支持 git clone 私有仓库(私有仓库需要用户在 Personal access tokens 申请 Token 配合使用)

      例: git clone https://user:[email protected]/https://github.com/your_name/your_private_repo