Can't connect IntelliJ to GitLab and clone things

Answered

Hello,

 

i currently try to clone my repositorys from GitLab into IntelliJ with the Plugin Git Lab Projects. I've tried some things but always the same error:

http://prntscr.com/nloo6z

 

Thank you in regards

0
4 comments

Do you get credential prompt dialog?

What exact version do you use?

 

0
Avatar
Permanently deleted user

Hey,

 

i am using IntelliJ IDEA Community Edition 2019.1

and this plugin: https://plugins.jetbrains.com/plugin/7975-gitlab-projects

 

On gitlab i created following api key http://prntscr.com/nlth0y

and did put it in here: http://prntscr.com/nlthah

 

Also i followed every step in this post: https://stackoverflow.com/questions/31975143/cant-connect-intellij-idea-to-gitlab-with-ssh

0
Avatar
Permanently deleted user

?

0

Do you get the credential prompt dialog in the IDE?

Do you get any prompt if you execute git commands in the command line?

Try using 2019.1.2, will it work there?

> and did put it in here: http://prntscr.com/nlthah

This is a third-party plugin, and it is not clear how this API key is intended to work. From the Documentation, it looks like it is only needed for API access (to provide auto-completion). 

If the token is also supposed to be used in git authentication, the issue is likely in git credential-helper that saved wrong password. IT should work in 2019.1.2 then, as this version overrides git credential helper settings.

0

Please sign in to leave a comment.