私はこれに何時間も苦労してきました。git でカスタム diff ツール (Win 7 64bit) を開こうとしています。私はリポジトリにさえいません。ただ起動しようとしているだけです。これが私の設定です:
[diff]
tool = bc3
[difftool]
prompt = false
[difftool "bc3"]
cmd = \"C:/Program Files (x86)/Beyond Compare 3/BComp.exe\" \"$LOCAL\" \"$REMOTE\"
prompt = false
[merge]
tool = bc3
[mergetool]
prompt = false
keepBackup = false
[mergetool "bc3"]
cmd = \"c:/program files (x86)/beyond compare 3/bcomp.exe\" \"$LOCAL\" \"$REMOTE\" \"$BASE\" \"$MERGED\"
trustExitCode = true
2 つのテスト ファイルを使用してこのコマンドを実行しても、git bash は何も実行せず、エラーも何もしません。
git difftool test.txt test2.txt