Here is the simplest solution:
Assuming you have installed some updated version of Perl and it is already in PATH, just go where the GIT executables are, which is usually
C:\Program Files (x86)\Git\bin
and rename perl.exe to perl1.exe . If you are really so unhappy with this, rename it back after you are done with what causes the problem.
Why does this solve the problem? Since your program will not find perl in the GIT directory and will try to find it somewhere else, and since you have the latest version of Perl in PATH, it will find it and everything will work.
PS: He worked with me :-)
source share