Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Could not parse git.exe version number

I keep getting a popup in TortoiseGit: "Could not parse git.exe version number." when ever I try to do anything... I have setup git 1.8 and linked it (through settings) into TortoiseGit but it's being painful.... I have the exact same versions of git/TortoiseGit on my laptop (also windows) and it worked fine with no problems =.= my windows is a fresh install too.

like image 991
Michael Crook Avatar asked Dec 27 '22 14:12

Michael Crook


1 Answers

If the path to git.exe is C:\msysgit\msysgit\bin\git.exe then you have to enter C:\msysgit\msysgit\bin as git.exe path and C:\msysgit\msysgit\mingw\bin into "Extern DLL Path" (because otherwise some mingw dll can't be found).

If this doesn't help, please see here

like image 193
Sven Avatar answered Jan 09 '23 06:01

Sven