19

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.

codeKiller
  • 5,493
  • 17
  • 60
  • 115
  • 4
    Please refer to this link : http://stackoverflow.com/questions/31975143/cant-connect-intellij-idea-to-gitlab-with-ssh – Samir GUESMI Sep 06 '16 at 09:01
  • 1
    Possible duplicate of [Can't connect IntelliJ-IDEA to GitLab with SSH](https://stackoverflow.com/questions/31975143/cant-connect-intellij-idea-to-gitlab-with-ssh) – Josiah Yoder Aug 25 '17 at 18:07

2 Answers2

18

Install gitlab Integration plugin from settings menu

Alireza Soori
  • 645
  • 9
  • 25
4

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.

ababoolal
  • 51
  • 4