GitLab git user password

git, gitlab

Solution

It prompted me for password.

It shouldn't. If you have the right public/private key representing a user authorized to access `project-x`, then gitlab won't ask you for anything.

But that supposes that `ssh -vT git@192.168.0.108` is working first.

Problem

I have just installed GitLab. I created a project called project-x. I have created few users and assigned it to the project. Now I tried to clone: ``` git clone git@192.168.0.108:project-x.git ``` It prompted me for a password. What password should I use?

Original source