curl: (7) Failed to connect to raw.githubusercontent.com port 443: Connection refused

Problem Description: execution sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"error when downloading ohmyzsh: curl: (7) Failed to connect to raw.githubusercontent.com port 443: Connection refused

The connection process

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

Reason: This is not a connection timeout, not a problem certificate, which is to keep the connection, the explanation was qiang

Solution: fan out to re-execute the command like

I use (s) (s) + polipo , (s) (s) of course we can re-Soso, written before polipo use me, you can see this Linux socks5 turn http

Published 489 original articles · won praise 101 · Views 150,000 +

Guess you like

Origin blog.csdn.net/littlehaes/article/details/103638239
Recommended