wnlen / clash-for-linux

clash-for-linux
1.3k stars 488 forks source link

Clash订阅地址不可访问! #4

Closed DeramOfTheLater closed 10 months ago

DeramOfTheLater commented 10 months ago

请问在.env中的clash_url输入了订阅地址后,运行start.sh文件,显示订阅地址不可访问,他是不能用windows上的订阅地址吗

ball-47 commented 6 months ago

你好,我遇到相同的问题,想请教一下你是怎么解决的?

DeramOfTheLater commented 6 months ago

换了一个

DeramOfTheLater commented 6 months ago

https://opclash.com/article/302.html 或者你可以试一下这个

la02w commented 2 months ago

有些机场地址就是国内访问不了。需要先开梯子或者手动配置数据文件

inversionhourglass commented 1 week ago

其他可能,供参考:

.env文件中包含\r特殊字符,通过下面命令删除\r

sed -i 's/\r$//' .env

如果还是不行,可以尝试直接修改start.sh https://github.com/wnlen/clash-for-linux/blob/2da776f6e4d99894eb63b15dd2eec200f670d012/start.sh#L27-L28

改为

URL="clash订阅地址"