PavlikPolivka / GitLabProjects

Simple plugin that is adding support for GitLab specific actions to JetBrain IDEs
Other
122 stars 80 forks source link

Wrong username/password for clone while pull and push works correctly #115

Closed pagodzik closed 6 years ago

pagodzik commented 6 years ago

I use GitLab since many months. All works good. Now I wish to clone other repository (oter project) from the same GitLab account. I can't - there is "username/password invalid" warning. How can I add correct username and password?

PavlikPolivka commented 6 years ago

Hi. The actual checkout if done by IDE and your git installation so you need to change your username and password there. Plugin only provides urls to repos, rest is done by normal git checkout in your IDE. There is no option to add usernames to the plugin.

pagodzik commented 6 years ago

I understand, so why there is no problem with push and pull, but there is impossible to make git clone? My coworker do the same things and he make clone without problem.