16

I installed Msys Git and TortoiseGIT x64. Whenever I try to use the Get Clone command I am getting the error: "Msys Git Install Path Error".

The wierd thing is that I when I set it all up, it worked once and then stopped. Now I have uninstalled and reinstalled both programs multiple times and I can not get it to work again.

Msys Git Install Path Error http://friendfeed-media.com/82c54fedb7db8420f23782832e59ba3b54edf6e7

If this belongs on super user or something, please feel free to migrate.

Eric Schoonover
  • 47,184
  • 49
  • 157
  • 202

3 Answers3

17

you must install msysGit - http://code.google.com/p/msysgit/downloads/list

Gashek
  • 191
  • 1
  • 2
  • anyone else having this problem should start with this! can't believe i missed something so obvious! duh :) – Paul Carroll Jul 04 '11 at 23:54
  • Did TortoiseGit previously install Git at the same time? It could just be I've always had Git installed prior to installing TortoiseGit, but this just caught me out too for the first time ever. – misteraidan Mar 13 '13 at 01:14
10

Try setting your path to:

"C:\Program Files (x86)\Git\bin"
brianreavis
  • 11,562
  • 3
  • 43
  • 50
0

Update 2016: msysgit has long been obsoleted (since early 2015).
It has been superseded by Git For Windows (see its releases).

It comes with a much more recent bash, based on the 64bits msys2 project, an independent rewrite of MSYS, based on modern Cygwin (POSIX compatibility layer) and MinGW-w64: see more at "How are msys, msys2, and msysgit related to each other?"

TortoiseGit documentation does mention, for the Git.exe Path setting:

As a general note: There is no official support for Cygwin or Msys2 git in TortoiseGit. The TortoiseGit developers only use Git for Windows.

So simply install Git for Windows and you won't have any "Msys Git Install Path Error".

Community
  • 1
  • 1
VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250