2016-07-25 5 views
0

私は、ターミナルで次のコマンドを使用してアルカトラズ島をインストール:は、Xcodeの7.3.1のためにアルカトラズ島をインストールするが、エラーを促し:カール:(56)SSLRead()リターンエラー-9806

curl -fsSL https://raw.githubusercontent.com/supermarin/Alcatraz/deploy/Scripts/install.sh | sh 

私はエラーを取得します:

curl: (56) SSLRead() return error -9806

Xcodeのバージョンは7.3.1です。この前に、私はアルカトラズをインストールしていません。

enter image description here

+0

が原因中国のISP /ファイアウォールである可能性があります。 https://github.com/alcatraz/Alcatraz/issues/445、https://github.com/alcatraz/Alcatraz/issues/428、https://github.com/alcatraz/Alcatraz/issues/334を参照してください。残念ながら私たちは私たちの面ではあまりできません。 –

答えて

0

Homebrewをインストールします。

/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 
+0

ありがとうございます!できます –

関連する問題