In.gitconfig file I setup up the git diff as follows:
[diff]
tool = kdiff3
[difftool "kdiff3"]
path = path_directory/kdiff3.app
In this setting kdiff is not accessible and I get the following error when I run in terminal
>> git difftool
The diff tool kdiff3 is not available as 'Kdiff_local_software_path/kdiff3.app'
fatal: external diff died, stopping at modified_file
Do you have any suggestion I can fix this issue ? In my current setup Mac OS 10.10.5 git diff tool is git merge tool that I want to replace with kdiff.
kdiff3is generally located at the following location:so, try
If you installed
kdiffusingbrew, then you'd not need thedifftoolparameter in config for git 1.8 onwards. Just the following would work:If you installed
kdiffmounting the dmg file tokdiff.appthen set your local path as following: