Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Configure Gitlab account in Pycharm

Tags:

pycharm

gitlab

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.

like image 365
codeKiller Avatar asked Sep 04 '15 09:09

codeKiller


2 Answers

Install gitlab Integration plugin from settings menu

like image 193
Alireza Soori Avatar answered Oct 17 '22 17:10

Alireza Soori


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.

like image 20
ababoolal Avatar answered Oct 17 '22 16:10

ababoolal