Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Git Integration plugin absent from Datagrip?

There is something I don't understand... I can't find the "Git integration" plugin anywhere in DataGrip 2016.3.3 (JetBrains IDE). PyCharm is installed on the same machine and it has the Git Integration plugin. I also have DataGrip installed on another machine with the plugin.

But on this machine right now, no Git Integration... It's not even in the plugins repositories.

I tried uninstalling, re-installing, updating but no luck.

Here is a extract from the idea.log

2017-02-22 07:49:09,886 [   6403]   INFO - tartup.impl.StartupManagerImpl - P:/CARTO/Outils_carto/git/zppnmo/.idea case-sensitivity: expected=false actual=false 
2017-02-22 07:49:09,886 [   6403]   WARN - api.vfs.impl.local.FileWatcher - Project files cannot be watched (are they under network mount?) 
2017-02-22 07:49:09,886 [   6403]   INFO - pl.projectlevelman.NewMappings - Error: activating non existing vcs: Git 
2017-02-22 07:49:09,886 [   6403]   INFO - tartup.impl.StartupManagerImpl - unwatched roots: [P:/CARTO/Outils_carto/git/zppnmo] 

And a screenshot of the plugin menu Plugin menu

What am I missing??

like image 438
TurboGraphxBeige Avatar asked Feb 21 '17 02:02

TurboGraphxBeige


1 Answers

Settings → Plugins → Browse repositories → search for the plugin you need.

enter image description here

like image 155
moscas Avatar answered Oct 31 '22 14:10

moscas