FileMerge を Opendiff の GUI として実行しようとすると、次のエラーが表示されます。
$ git mergetool -t opendiff
Merging:
Gemfile
Gemfile.lock
...
Normal merge conflict for 'Gemfile':
{local}: modified file
{remote}: modified file
Hit return to start merge resolution tool (opendiff):
2013-12-26 20:00:20.248 opendiff[22367:e07] Couldn't find FileMerge
Gemfile seems unchanged.
Was the merge successful? [y/n] ^C
$
2013 年 4 月に Xcode 4.6.3 と Xcode 用のコマンド ライン ツールをインストールしました。OSX 10.7.5 を実行しています。
次の2つのリンクから解決策を試しましたが、成功しませんでした:
opendiff を使用した git diff で「FileMerge を起動できませんでした」というエラーが表示される
Xcode 4.3 のインストール後も filemerge は利用できますか?
に行くと、オプションのリストにXcode -> Open Developer Tool
表示されません。ここに私を連れて行くリンクFileMerge
があります: https://developer.apple.com/downloads/index.action?name=for%20Xcode%20-More Developer Tools
FileMerge を機能させるにはどうすればよいですか?