We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 456e936 commit 7afe19dCopy full SHA for 7afe19d
1 file changed
README.md
@@ -1 +1,20 @@
1
# gh
2
+> Github 代理脚本
3
+
4
+[](https://github.com/gclm/gh/actions)
5
6
+## 使用教程
7
+```shell
8
+# git clone
9
+gh git clone https://github.com/gclm/gh.git
10
+# curl/wget
11
+gh curl https://github.com/gclm/gh.git
12
+gh wget https://github.com/gclm/gh.git
13
+```
14
15
+## 核心功能
16
+- 支持GitHub 文件 代理
17
+- 支持GitHub Releases 代理
18
+- 支持GitHub archive 代理
19
+- 支持GitHub gist 代理
20
+- 支持GitHub raw.githubusercontent.com 代理
0 commit comments