解决纯IPv6的VPS运行GitHub脚本时访问GitHub不通的问题

本Github Proxy项目可处理形如下列的Github一键脚本命令:

bash <(curl -L https://github.com/crazypeace/warp.sh/raw/main/warp.sh) 4

bash <(wget -qO- -o- https://git.io/v2ray.sh)

wget -O tcpx.sh "https://git.io/JYxKU" && chmod +x tcpx.sh && ./tcpx.sh

wget -N --no-check-certificate https://raw.githubusercontent.com/Misaka-blog/hysteria-install/main/hy2/hysteria.sh && bash hysteria.sh

转换Github一键脚本命令

以下为转换后的一键脚本命令, 请在命令行中执行

简单转换Github网址
其它说明

如果我的workers免费额度用完了, 你可以自己在worker上搭gh-proxy.

你也可以在worker上套自己的域名解决国内访问的问题.

还有一个解决国内访问的方法, 利用Replit域名没有被墙, 在Replit上跑cloudflare的workers脚本 运行gh-proxy

在Replit环境上搭的服务, wget的用法要加上--compression=auto解决gzip压缩的问题

Github Proxy