Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

能不能提供gitee全路径安装 #51

Open
chenxudong2020 opened this issue Jan 29, 2021 · 2 comments
Open

能不能提供gitee全路径安装 #51

chenxudong2020 opened this issue Jan 29, 2021 · 2 comments

Comments

@chenxudong2020
Copy link

用了cdn中间下载别的 软件还是github上下载 慢

@crazypeace
Copy link

1、下载 https://github.com/helloxz/ccaa/archive/master.zip 放到你自己的快速的空间
2、改一下 ccaa.sh 的第15行,改成你自己的master.zip的路径

@crazypeace
Copy link

为了访问github 可以使用 github proxy
比如 https://ghproxy.crazypeace.workers.dev/

安装脚本变成:

bash <(curl -L https://ghproxy.crazypeace.workers.dev/https://git.io/ccaasudo.sh | perl -pe "s#(http.*?git[^/]*?/)#https://ghproxy.crazypeace.workers.dev/\1#g")

如果是国内, 访问不了 worders 域名, 可以自己搭,再设置自定义域名, 如:

bash <(curl -L https://ghproxy.agrayman.gay/https://git.io/ccaasudo.sh | perl -pe "s#(http.*?git[^/]*?/)#https://ghproxy.agrayman.gay/\1#g")

或, 你也可以搭建在replit 上面, replit域名国内未屏蔽.
如,

bash <(curl -L https://ghproxy.crazypeace.repl.co/https://git.io/ccaasudo.sh | perl -pe "s#(http.*?git[^/]*?/)#https://ghproxy.crazypeace.repl.co/\1#g")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants