简体   繁体   中英

'Git is not installed' on intellij

Hi i am trying to link up my a java group project from github to intellij. However i keep getting this issue with Git, i download it but then i try again and it asks me to download it again?

在此处输入图像描述

I've looked up the 'Paths to Git executable' and this is what it shows

在此处输入图像描述

But i really don't understand why this is not working. I am new to github and would really appreciate some help on this!

I noticed that I had the same problem after installing Github Desktop for a few days. I uninstalled it because I was just testing it anyway and found my git in my system by the following code:

which git

That command showed me the following output:

/usr/bin/git

So I entered this into 'Path to Git executable' in the Preferences > Version Control > Git. And restarted the IDE. Everything works now...

Preferences -> Plugins Deactivate the bundled Git plugin, restart PhpStorm and activate it again

This solved the issue on my Mac.

I believe you should have a dedicated Git client installed. The official client can be found at: https://git-scm.com/

Manually updating the path for git in Intellij worked for me.

For me, I can see the git is installed on me, but somehow Android Studio could not find it.

in Android Studio, File -> Invalidate Cache -> Invalidate and Restart

Will fix the issue for me.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM