gg icon indicating copy to clipboard operation
gg copied to clipboard

有点纳闷,作为一个代理工具,为什么需要先挂代理才能成功安装

Open davincilll opened this issue 1 year ago • 6 comments

davincilll avatar Sep 01 '24 11:09 davincilll

欢迎提供镜像下载地址!

mzz2017 avatar Sep 01 '24 11:09 mzz2017

https://github-mirror.us.kg/

readme里可以加几个使用备用的镜像加速命令

davincilll avatar Sep 01 '24 12:09 davincilll

https://github-mirror.us.kg/

readme里可以加几个使用备用的镜像加速命令

这个镜像工具太棒了。

Huaweidev avatar Dec 02 '24 14:12 Huaweidev

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: 执行脚本

$ sudo sh go.sh
$ gg --version

Spencer521 avatar Jan 01 '25 07:01 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: 执行脚本

$ sudo sh go.sh
$ gg --version

还要再加一个步骤 chmod 755 go.sh

bestworm avatar May 31 '25 10:05 bestworm

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: 执行脚本

$ sudo sh go.sh
$ gg --version

Thanks!

hczs avatar Aug 07 '25 09:08 hczs