I get this error in Android Studio:
Can\'t start Git: /usr/bin/git Probably the path to Git executable is not valid.
use "which git" in terminal. It will provide you your git location. like "/usr/local/bin/git" paste this location in popup which came after clicking "Fix it". Then click apply.