curl: (7) Failed to connect to raw.githubusercontent.com port 443 after 9 ms: Couldn’t connect to server
解决:参考https://www.cnblogs.com/chencarl/p/16824387.html
(1)先安装wget:brew wget
(2)国内镜像安装:
sh -c "$(wget -O- https://gitee.com/pocmon/ohmyzsh/raw/master/tools/install.sh)"
复制代码
大概
sh -c "$(curl -fsSL https://gitee.com/pocmon/ohmyzsh/raw/master/tools/install.sh)"