Spencer521

Results 1 comments of Spencer521

first:利用 https://ghgo.xyz/ 代理加速下载脚本, `$ wget https://ghgo.xyz/https://github.com/mzz2017/gg/raw/main/release/go.sh` Step 2: 把脚本里的链接也加上https://ghgo.xyz/ 代理加速 `$ vi go.sh` 编辑器查找链接输入 ` /https ` 将此处`curl -L "https://github.com......`修改成`curl -L "https://ghgo.xyz/https://github.com`...... 输入` :wq `保存脚本 Step 3: 执行脚本 ``` $...