clone - Failed
Created by: nehalist
Hey folks, I installed GitLab on a virtual machine (Windows Server -> Ubuntu). I used the an image of BitNami. Everything works as intended (in one direction: I'm able to push commits, ...), but I'm not able to clone a repository:
PS C:\> git clone git@myserver:test.git
Cloning into 'test'...
git@myserver's password:
Two questions:
- What password? I googled a lot but didn't find a solution. I also added new ssh keys to my two users (administrator user and "my user account").
- Shouldn't it ask for a username and an associated password?
Thanks a lot