55 lines
1.3 KiB
Markdown
55 lines
1.3 KiB
Markdown
---
|
||
title: "GitHub 加速服务"
|
||
date: 2026-07-31
|
||
draft: false
|
||
tags: ["工具", "GitHub"]
|
||
weight: 1
|
||
---
|
||
|
||
## 🚀 GitHub 加速服务
|
||
|
||
本站提供 GitHub 加速代理服务,支持 Release 下载、源码归档、Git Clone 全能加速。
|
||
|
||
### 使用方法
|
||
|
||
在 GitHub 链接前加上 `https://gh.de.ippt.cc/` 即可。
|
||
|
||
#### 下载 Release 文件
|
||
|
||
```bash
|
||
curl -L https://gh.de.ippt.cc/https://github.com/user/repo/releases/download/v1.0/file.zip -o file.zip
|
||
```
|
||
|
||
#### Git Clone 加速
|
||
|
||
```bash
|
||
git clone https://gh.de.ippt.cc/https://github.com/user/repo.git
|
||
```
|
||
|
||
#### 下载源码包
|
||
|
||
```bash
|
||
curl -L https://gh.de.ippt.cc/https://github.com/user/repo/archive/master.zip -o repo.zip
|
||
```
|
||
|
||
### 为什么需要这个?
|
||
|
||
国内访问 GitHub 经常超时或速度极慢。本服务部署在德国法兰克福(1.2Gbps 带宽),为国内开发者提供稳定的 GitHub 加速。
|
||
|
||
- ✅ 支持 Release 二进制下载
|
||
- ✅ 支持源码 archive 下载
|
||
- ✅ 支持 git clone
|
||
- ✅ HTTPS 加密,Let's Encrypt 证书
|
||
- ✅ 实测 60MB/s 下载速度
|
||
|
||
### 服务地址
|
||
|
||
| 用途 | 地址 |
|
||
|------|------|
|
||
| GitHub 加速 | `https://gh.de.ippt.cc/` |
|
||
| 在线输入 | 直接访问 `https://gh.de.ippt.cc/` 粘贴链接 |
|
||
|
||
---
|
||
|
||
> 本服务由 🦐 虾姐维护,仅供个人/团队使用。
|