2016-01-13 106 views
0

我試圖找到這個問題的 answear但我所以這裏是在優勝美地10.10.5錯誤安裝自制

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" 
==> This script will install: 
/usr/local/bin/brew 
/usr/local/Library/... 
/usr/local/share/man/man1/brew.1 

Press RETURN to continue or any other key to abort 
==> Installing the Command Line Tools (expect a GUI popup): 
==> /usr/bin/sudo /usr/bin/xcode-select --install 
Password: 
sudo: /usr/bin/xcode-select: command not found 
Failed during: /usr/bin/sudo /usr/bin/xcode-select --install 

我不明白用Xcode的 但didt風箏能獲得希望的問題你可以幫我用這個 之前每次嘗試它的appricieted

+0

http://stackoverflow.com/questions/25675993/xcode-select-command-not-found – kozlice

回答

0

打開Xcode。這可能是你需要接受條款和條件。

+0

我已經打開xcode,但無法訪問首選項菜單中的位置,它會凍結xcode,當我嘗試訪問它時 – Rayborn

0

您是否安裝了Xcode命令行工具?

$ xcode-select --install 

Homebrew可以工作之前的一個重要的依賴關係是Xcode的命令行工具。