Configure Gitlab account in Pycharm

42,167

Solution 1

Install gitlab Integration plugin from settings menu

Solution 2

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.

Share:
42,167
codeKiller
Author by

codeKiller

Updated on July 05, 2022

Comments

  • codeKiller
    codeKiller almost 2 years

    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.