私はLuke Jones' article on setting up a local serverに従っています。私は現在、Mavericksでgitを使ってhomebrewを設定しようとしています。私はすでにホームブリュをインストールする前にgitをインストールしていました。私はthis questionに似たように見えた問題を抱えているが、私はbrew link git
を実行しようとしたとき、私は次のエラー受信:gitと自作のリンクエラー
Error: Could not symlink file: /usr/local/Cellar/git/1.8.5.1/share/git-core/templates/info/exclude
Target /usr/local/share/git-core/templates/info/exclude 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
マイ/etc/paths
:
/usr/local/bin
/usr/bin
/bin
/usr/sbin
/sbin
which git
戻り/usr/bin/git
which brew
戻り/usr/local/bin/brew
を
私はまだこのようなことの周りに自分の道を見つけるのは偉大ではないので、問題が何であるかを確認してください。誰でも次のステップを知っていますか?将来的に問題を持つ他の人のために
ありがとう、ありがとう、ありがとう。 – bafromca