2

I have tried to access gitbash command using conemu terminal, but I am unable to do so for some reason, it does not work for me.

I check all the answers given including this Git Bash Here in ConEmu which seemed to work for most people, so I am looking for alternative.

I thought if I could click Ctrl + right click, then add new console and paste the link to C:\Program Files\Git\bin\sh.exe all would work, but it does not recognize any of the git commands, like git status, ls ...

I am kinda new to this, I used console2 before, but now I am having problems with software.

Bimlik
  • 87

1 Answers1

2

Add the folder where your git.exe is located (probably C:\Program Files\Git\bin\) to system PATH and restart the shell.

astronaut
  • 136