问题描述: 执行​​sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"​​下载ohmyzsh时报错:curl: (7) Failed to connect to raw.githubusercontent.com port 443: Connection refused

连接过程

Hinata% sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
curl: (7) Failed to connect to raw.githubusercontent.com port 443: Connection refused

原因: 这不是连接超时, 也不是证书的问题, 这就是不让连接, 说明被qiang了

解决方法: fan出去重新执行该命令就好了

至于如何出去, 我用的是 (s)(s)+polipo, (s)(s)的教程大家可以再搜搜, polipo的使用我之前写过, 可以看这篇​​Linux socks5转http​​