GitLab git user password

前端 未结 19 1277
借酒劲吻你
借酒劲吻你 2020-12-02 22:10

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:

19条回答
  •  温柔的废话
    2020-12-02 22:49

    You may usually if you have multiple keys setup via ssh on your system (my device is running Windows 10), you will encounter this issue, the fix is to:

    Precondition: Setup up your SSH Keys as indicated by GitLab

    1. open /c/Users//.ssh/config file with Notepad++ or your favourite editor
    2. paste the following inside it. Host IdentityFile ~/.ssh/

    Please note, there is a space before the second line, very important to avoid this solution not working.

提交回复
热议问题