We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
用了cdn中间下载别的 软件还是github上下载 慢
The text was updated successfully, but these errors were encountered:
1、下载 https://github.com/helloxz/ccaa/archive/master.zip 放到你自己的快速的空间 2、改一下 ccaa.sh 的第15行,改成你自己的master.zip的路径
Sorry, something went wrong.
为了访问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")
No branches or pull requests
用了cdn中间下载别的 软件还是github上下载 慢
The text was updated successfully, but these errors were encountered: