I am experiencing something strange when using git. I am using git on my windows 7 machine.
I wanted to see some code changes, so I ran gitk to check what was in the commit I wanted to see. In my list of modified files, I highlight the first file and see the difference to the left of it. But I have a Beyond Compare intalled, and right-click the first file and select "External Diff". This works great and I can split the file in Beyond Compare.
But when I try to do the same with the second file, it fails. Beyond Compare opens, and I see that two files are displayed in the paths, but they do not exist.
When I look at my file system, I see that "git.gitk-tmp.7992" exists (the folder is referenced), but it is empty, and therefore, of course, Beyond Compare and git diffftool cannot pick them up.
Something similar happens when I try to execute "git diffftool" between two branches.
I can’t understand why he won’t create these temporary files?!?
I hope someone can shed some light on this.
thanks
source share