GitLab git user password

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

    In my case, I was using a pair of keys that didn't have the default names id_rsa and id_rsa.pub.

    Producing keys with these names solved the problem, and I actually found it looking at the output of ssh -vT my_gitlab_address. Strange fact: it worked on one computer with Ubuntu, but not on others with different distributions and older versions of OpenSSH.

提交回复
热议问题