I get this error in Android Studio:
<Can\'t start Git: /usr/bin/git Probably the path to Git executable is not valid.
If you recently installed Jetbrains Toolbox:
Uninstall and installing through the Toolbox solved the problem for me.
When upgrading to MacOS Sierra I had to run: xcode-select --install
In terminal
sudo xcodebuild -license accept
At first try to restart your pc, if you just installed git.
I met a same problem. Idea indicate that: Can't start Git: /user/bin/git... And I run "which git" on terminate and I found that my git stay on: /user/local/bin/git So what I need is change git's path on project setting. And it worked.
Run sudo git --version
If already Xcode is installed : Run sudo softwareupdate -ia --verbose If not : xcode-select --install sudo xcodebuild -license
sudo xcode-select -switch /Library/Developer/CommandLineTools
After this don’t forget to re-start the system. It worked for me and for sure work you you as well.