如何设置自定义 gh-proxy 参数使用我的 warp 脚本
能正常访问
hax woiden
bash <(curl -fsSL git.io/warp.sh) 4
只有在某些
https://github.com/crazypeace/warp.sh
以前一直是使用 raw.githubusercontents.com 来解决
现象如下:
/dev/fd/63: line 1: $'\347\275\221\347\253\231\347\273\264\346\212\244\343\200\202': command not found
/dev/fd/63: line 1: 网站维护。: command not found
查了一下,这个
- update -
raw.githubusercontents.com服务 目前已恢复。
我找到了这个服务的源头, 用它的方法自己搭了一个 cloudflare worker
于是就可以在你要访问的
但是我的
我的
1. Hax
bash <(curl -L https://github.crazypeace.workers.dev/https://raw.githubusercontent.com/crazypeace/warp.sh/main/warp.sh) 4
或
bash <(curl -L https://你的gh-proxy/https://raw.githubusercontents.com/crazypeace/warp.sh/main/warp.sh) ghproxy https://你的 gh-proxy/ 4
2. Woiden
bash <(curl -L https://github.crazypeace.workers.dev/https://raw.githubusercontent.com/crazypeace/warp.sh/main/warp.sh) 4 && bash <(curl -L https://github.crazypeace.workers.dev/https://raw.githubusercontent.com/crazypeace/warp.sh/main/wgcf_postup_postdown.sh)
或
bash <(curl -L https://你的gh-proxy/https://raw.githubusercontents.com/crazypeace/warp.sh/main/warp.sh) ghproxy https://你的 gh-proxy/ 4 && bash <(curl -L https://你的 gh-proxy/https://raw.githubusercontent.com/crazypeace/warp.sh/main/wgcf_postup_postdown.sh)
---udate
如果这个脚本不是你的作者,或者你不想
https://zelikk.blogspot.com/2023/03/sed-perl-no-greedily.html
评论
发表评论