I get this error in Android Studio:
Can\'t start Git: /usr/bin/git Probably the path to Git executable is not valid.
In my situation I used "which git" in terminal. It will provide me my git location like "/usr/local/bin/git" instead of "/usr/bin/git" I pasted this location in popup which came after clicking "Fix it". Then clicked apply and it works.