Clone GitLab project
Enable the Git plugin
This functionality relies on the Git plugin, which is bundled and enabled in DataGrip by default. If the relevant features aren't available, make sure that you didn't disable the plugin.
Press Control+Alt+S to open the IDE settings and then select
.Open the Installed tab, find the Git plugin, and select the checkbox next to the plugin name.
Install the GitLab plugin
This functionality relies on the GitLab plugin, which you need to install and enable.
Press Control+Alt+S to open the IDE settings and then select
.Open the Marketplace tab, find the GitLab plugin, and click Install (restart the IDE if prompted).
You can clone a project that you want to contribute to directly from DataGrip and create a new project based on it.
Before cloning a project, make sure you have logged in to your GitLab account.
Use one of the options to open the Get from Version Control dialog:
Go to
.On the Welcome screen, click the Get from VCS button.
Specify the URL of the project you want to clone.
In the Directory field, enter the path to the folder where your local Git project will be created.
Click Clone.