Math_reald
Math_reald

Reputation: 315

GitLab TortoiseGit PuTTYgen --> but still need username/password

I work with Gitlab and TortoiseGit. I created a PUTTYgen - then i managed the "push / origin / manage. (here i changed the name of URL)

enter image description here

All the time i do a commit/pull/push --> i need to type in my username and password.

Do you have any idea what the problem could be? Thank you very much.!

Upvotes: 1

Views: 1288

Answers (1)

Lol4t0
Lol4t0

Reputation: 12547

I believe you should use SSH URL if you want key authentication.

Like

[email protected]:gitlab-org/gitlab-ee.git 

instead of

https://gitlab.com/gitlab-org/gitlab-ee.git

You can either authorize with ssh (using key) or via HTTPS using login/password.

Upvotes: 2

Related Questions