codeKiller
codeKiller

Reputation: 5748

Configure Gitlab account in Pycharm

Can anyone explain how to configure a Gitlab account on PyCharm 3.4?

In the options I can see Github, but nothing about how to configure a Gitlab account.

Upvotes: 20

Views: 68865

Answers (2)

ababoolal
ababoolal

Reputation: 51

IN Pycharm Professional version 2018.2, (on a Mac) you'll have to go here:

https://plugins.jetbrains.com/plugin/7975-gitlab-projects and download the zip file.

Once downloaded, open Pycharm Pro, go to Pycharm > Preferences > PlugIns, then "install from disk". Simply navigate to the zipped file downloaded previously, click "Apply" and you will have the GitLab functionality enabled.

I would assume the Win/Lin procedures are very similar.

Upvotes: 4

Alireza Soori
Alireza Soori

Reputation: 645

Install gitlab Integration plugin from settings menu

Upvotes: 18

Related Questions