-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,20 @@ | ||
# gh | ||
> Github 代理脚本 | ||
[![Gh CI](https://github.com/gclm/gh/actions/workflows/release.yml/badge.svg)](https://github.com/gclm/gh/actions) | ||
|
||
## 使用教程 | ||
```shell | ||
# git clone | ||
gh git clone https://github.com/gclm/gh.git | ||
# curl/wget | ||
gh curl https://github.com/gclm/gh.git | ||
gh wget https://github.com/gclm/gh.git | ||
``` | ||
|
||
## 核心功能 | ||
- 支持GitHub 文件 代理 | ||
- 支持GitHub Releases 代理 | ||
- 支持GitHub archive 代理 | ||
- 支持GitHub gist 代理 | ||
- 支持GitHub raw.githubusercontent.com 代理 |