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

后端 未结 20 2471
有刺的猬
有刺的猬 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:45

    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.

提交回复
热议问题