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

后端 未结 20 2488
有刺的猬
有刺的猬 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-13 00:00

    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.

提交回复
热议问题