Connecting to a university git/gitlab

Answered

im attempting to connect my version control within the IDE but the gitlab is a university git and i have been unsuccessful with connecting my IDE to my git

0
5 comments

What exact errors do you get and when?

0
Avatar
Permanently deleted user

well i put in my university url and the output is just incorrect details 

 

0

> i put in my university url

Where do you put it?

> the output is just incorrect details 

Please share a screenshot with the error message.

0
Avatar
Permanently deleted user

0

You are trying to register a GitLab server as a GitHub instance. These are different produces using different API, registering GitHub account is not supposed to work for GitLab.

There is no GitHub-like integration for GitLab in IntelliJ. See https://youtrack.jetbrains.com/issue/IDEA-109294

GitLab can be only used as a remote for it. But you do not need to add an account to clone from GitLab, just call VCS - Git - Clone.

 

0

Please sign in to leave a comment.