6
自作のgitをインストールして使用できない
homebrewでインストールしたばかりの最新バージョンのgitを使用しようとすると、本当に奇妙な問題が発生します。which githomebrewインストールを指示していgitますが、呼び出すとOS Xでインストールされた元のバージョンが返されます。 最初にチェックして、自分がいた元のバージョンを確認しました。 [user@home ~]$ git --version git version 1.8.5.2 (Apple Git-48) それから、homebrewで最新バージョンをインストールしました。 [user@home ~]$ brew install git ==> Downloading https://downloads.sf.net/project/machomebrew/Bottles/git-2.0.0.mavericks.bottle.2.tar.gz ######################################################################## 100.0% ==> Pouring git-2.0.0.mavericks.bottle.2.tar.gz ==> Caveats The OS X keychain credential helper has been installed to: /usr/local/bin/git-credential-osxkeychain The 'contrib' directory has been installed to: /usr/local/share/git-core/contrib Bash completion …