Homebrew のインストール時にリンクの問題のトラブルシューティングに問題があります。Mac OS X (10.7.5) にインストールしようとしています。解決策を見つけることができず、ヘルプを使用できました。私が受け取っているエラーは以下のとおりです。
tone$ brew link wget
Linking /usr/local/Cellar/wget/1.14... Warning: Could not link wget. Unlinking...
Error: Could not symlink file: /usr/local/Cellar/wget/1.14/share/man/man1/wget.1
Target /usr/local/share/man/man1/wget.1 already exists. You may need to delete it.
To force the link and overwrite all other conflicting files, do:
brew link --overwrite formula_name
To list all files that would be deleted:
brew link --overwrite --dry-run formula_name
この時点に到達するために、次のコマンドを実行しました
ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)"
$ brew install wget