一、遇到的问题
curl: (35) LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to raw.githubusercontent.com:443
这个错误是因为安装的源在外国,下载很慢。就跟npm类似,只需要切换国内的源。
二、解决方案
/bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)"
————————————————