Home > OS >  Curl: (7) Failed connect to raw.github.com: 443; Connection refused
Curl: (7) Failed connect to raw.github.com: 443; Connection refused

Time:12-05

In play WSL2, recently installed a ubuntu, and then use the command to install oh - my - ZSH has been an error
Sh -c "$(curl - fsSL http://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
Curl: (7) Failed connect to raw.github.com: 443; Connection refused

Solution:

Sh -c "$(curl - fsSL https://gitee.com/mcornella/ohmyzsh/raw/master/tools/install.sh)"

A similar problem solution:
Directly login to making corresponding project, find the issue, and
searchThank McOrnella create images, download it is really fast
  • Related