安裝 homebrew 或者 oh-my-zsh 時(shí)報(bào)錯(cuò)
通常終端的報(bào)錯(cuò)信息如下
curl: (35) LibreSSL SSL_connect: Connection reset by peer in connection to raw.githubusercontent.com:443
解決方案:
安裝 oh-my-zsh,在終端輸入
sh -c "$(curl -fsSL https://gitee.com/Devkings/oh_my_zsh_install/raw/master/install.sh)"
安裝 homebrew 胃惜,在終端輸入
sh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)"