10

Git for Windows doesn't seem to support the extra context menu entries for "Git GUI Here" (or "Git Bash Here") when running on 64-bit systems. Is there some other way I can get an entry for "Git GUI" to show up in the context menu so that it will open the commit interface with the current folder selected?

Edit

I saw the installer option and made sure it was checked, even reinstalled a few times. Also removed TortoiseGit and restarted the computer, but nothing seems to help. From what I could find online I got the impression you have to mess around with building and modifying msysgit yourself to get the context entries to work on 64-bit systems, which I'm not keen on doing.

Stevoisiak
  • 16,075
Brad Mace
  • 610

4 Answers4

8

You can just type: regsvr32 "%PROGRAMFILES%\git\git-cheetah\git_shell_ext64.dll" in a console window (or use Win+R).

Breit
  • 227
5

Well I found a program called Open++ which lets you create custom context menu entries. Configure like so:

enter image description here

and then you can access in the Open++ submenu:

enter image description here

It's not quite as nice since it's in a submenu and it's always shown rather than only when you're in a repository, but it's better than having to choose your repository every time you start the gui.

Brad Mace
  • 610
2

I had the same problem. After installing msysgit not in the normal program directory, everything works fine.

1

I have Git for Windows 1.7.6 installed on my 64-bit Windows 7 system, and the context menu entries work fine for me. It is an option in the installer.

PleaseStand
  • 5,029