GitLab git user password

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

    The Solution from https://github.com/gitlabhq/gitlab-shell/issues/46 worked for me.

    By setting the permissions:

    chmod 700 /home/git/.ssh
    chmod 600 /home/git/.ssh/authorized_keys
    

    password prompt disappears.

提交回复
热议问题