I'm trying to run command arc version from git bash that is opened from git extension and this throws me an exception.
When I'm opening bash.exe directly from C:\Program Files\Git\bin it works fine.
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.
What can it be?
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.