長い時間がかかっていますが、Homebrew をインストールする際の問題を解決する解決策がまだありません。
と入力するとruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)"
、次のようになります。
It appears Homebrew is already installed. If your intent is to reinstall you
should do the following before running this installer again:
rm -rf /usr/local/Cellar /usr/local/.git && brew cleanup
Ok
と入力rm -rf /usr/local/Cellar /usr/local/.git && brew cleanup
すると、次のエラーが発生しました。
rm: /usr/local/Cellar: Directory not empty
このディレクトリに入ると、ファイルはありません。そのディレクトリを削除するにはどうすればよいですか?
私も試しsudo rm -rf /usr/local/Cellar
ました。