GitLab git user password

前端 未结 19 1276
借酒劲吻你
借酒劲吻你 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:38

    The same solution for Windows machine:

    1. Generate SSH key and add key to Git lab server
    2. Make sure 2 SSH key files are in /.ssh folder (e.g C:\Users\xxx.ssh)

    Clone should be successful without password require.

提交回复
热议问题