My Android Studio is complaining about
Can't start Git: /usr/bin/git
Probably the path to Git executable is not valid
although I can actually use git in android studio, and /usr/bin/git
works in terminal.
How do I get rid of this false error
Here is my ~/.bash_profile
export PATH=/usr/bin/git:$PATH