我在终端中使用以下命令安装 Alcatraz:
curl -fsSL https://raw.githubusercontent.com/supermarin/Alcatraz/deploy/Scripts/install.sh | sh
我收到一个错误:
curl:(56)SSLRead()返回错误-9806
Xcode 的版本是 7.3.1;在此之前,我没有安装 Alcatraz。
安装自制软件:
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
然后尝试以下命令:
brew remove git
brew remove curl
brew install openssl
brew install --with-openssl curl
brew install --with-brewed-curl --with-brewed-openssl git