Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SourceTree external merge stopped working

Ive been using tortoiseMerge as external tool in source tree for a while now but today I had 3 conflicts after pull, so I fixed the first one then I wanna open the next and window pops up saying Visual merge in progress, but nothing happens, tortoise is not launching.

How could that happen?
It works one second and than it doesn't...

I did some search but did not really find much, I tried to change diff tool in source tree from system default to tortoise, but that did nothing.

Any ideas what happened?

like image 618
Honza Avatar asked Apr 22 '16 21:04

Honza


1 Answers

This may happen due to Sourcetree couldn't fine '.gitconfig' file location. Even if you keep 'Allow Sourcetree to modify your global Git config files' check box ticked. The may not be updated.

Try adding, HOME in your system environment variables to the path of your '.gitconfig' file location. For e.g. HOME C:\Users\XXX

This worked for me after trying all above solutions

like image 73
Pritam Patil Avatar answered Nov 01 '22 10:11

Pritam Patil