Reputation: 5748
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
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