2013-11-20 71 views
3

安裝規定由自制軟件安裝指南I輸入以下到終端:問題與自制Mac上

ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)" 

什麼它吐出回如下:

-e:4: syntax error, unexpected '<' 
<!DOCTYPE html> 
^ 
-e:5: syntax error, unexpected '<' 
<html> 
^ 
-e:7: syntax error, unexpected '<' 
    <meta charset='utf-8'> 
    ^
-e:8: syntax error, unexpected '<' 
    <meta http-equiv="X-UA-Compatible" content="IE=edge"> 
    ^
-e:8: syntax error, unexpected tIDENTIFIER, expecting end-of-input 
    <meta http-equiv="X-UA-Compatible" content="IE=edge"> 

在這一點上,運行任何沖泡命令吐出以下內容:

-bash: brew: command not found 

對解決方案的任何想法?謝謝。

+0

你從哪裏找到這些說明?它似乎是在安裝頁的舊版本中存在的URL,但不是最近的版本。 – chepner

回答

9

提供的網址不爲我工作,要麼,但這:

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" 

我懷疑的東西改變了GitHub的結束。

+0

完美,問題解決了!謝謝詹姆斯。和「謝謝」GitHub。 :| – Charles

+0

這對我來說還沒有解決。我已經安裝了xcode,xcode工具,xcode終端工具(最新版本)我也嘗試過sudo。 – TheBlackBenzKid