Explorer stops responding when opening Git Bash
When I open Git Bash from the Explorer context menu, Explorer stops responding, regardless whether the folder is a Git folder. Immediately when I close Git Bash, Explorer starts to respond again.
My system is running Windows 7 Professional x64 and the Git version is 1.9.0.msysgit.
Do you have any idea what could be causing this? Here is a gif describing the problem:
Solution 1:
It looks like it is a problem with the git-cheetah extension with git 1.9.0.
https://github.com/msysgit/Git-Cheetah/commit/e7af79862b136efb414ac545f282939e2d290e3e
A recent change made for FarManager makes Git Cheetah capture stderr/stdout even when we are not interested in it, to avoid cluttering FarManager's precious console. Due to this workaround, Git Bash makes the Explorer -- Git Cheetah's primary intended consumer -- hang.
It looks like the fix has been commited to the codebase but as to when it will appear in the git update I have no idea!
Solution 2:
I can confirm that uninstalling / reinstalling with:
[x] Windows Explorer integration
(*) Simple context menu (Registry based)
[x] Git Bash Here
[x] Git GUI Here
( ) Advanced context menu (git-cheetah plug-in)
...solved the problem for me under Windows 8.1 while keeping the functionality I needed. Thanks to Justin for the real answer; sorry I don't have the rep yet to make this just a comment.