Reputation: 225
I use git bash in Win7. After I upgrade to Git-2.5 when I merge conflict, git said Cannot execute shell C:/Program Files/Git/usr/bin/bash.
I have added the vim and git into path.
How can fix it? Thanks!
Upvotes: 6
Views: 816
Reputation: 337
I added this to my vimrc and it seems to be working for me now with GIT 2.5 (I guess the shell variable was messed up)
set shell=$COMSPEC
Upvotes: 2