GitHub脚本代理转换器

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

使用说明

本工具可将GitHub脚本命令转换为使用代理的命令,解决在纯IPv6 VPS上无法访问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一键脚本命令

仅处理脚本中的第一层GitHub资源

处理脚本中嵌套调用的其它GitHub脚本

高级设置

仅当您了解这些参数的作用时才进行修改

提示:默认代理已足够处理大多数情况,无需修改
复制成功!