gitbashgit-extensionsarcanist

Git bash doesn't see git while running arc version


I'm trying to run command arc version from git bash that is opened from git extension and this throws me an exception. enter image description here

When I'm opening bash.exe directly from C:\Program Files\Git\bin it works fine.enter image description here

Also when I'm running this from cmd.exe it works. The problem is only when I'm trying to run it from git extension.enter image description here

What can it be?


Solution

  • After long investigation I've discovered that bash terminal has it's own PATH that consist of windows path plus some other bash-related variables. So, before this I've installed sencha, and it added some not existing variables to .bash_profile and that broke my bash.