OS X - Can't start Git: /usr/bin/git Probably the path to Git executable is not valid

后端 未结 20 2454
有刺的猬
有刺的猬 2020-12-12 23:16

I get this error in Android Studio:

Can\'t start Git: /usr/bin/git Probably the path to Git executable is not valid.

<
20条回答
  •  一生所求
    2020-12-12 23:43

    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.

提交回复
热议问题