Gitlab prompts for password while push for git user

前端 未结 8 1086
遇见更好的自我
遇见更好的自我 2020-12-24 06:55

I installed gitlab on my servers at linode. All services of gitlab are working fantastic. I am able to login, create users, repos etc. But the problem I am facing is when I

相关标签:
8条回答
  • 2020-12-24 07:34

    I had same issue. Mine was that SELinux was enabled. Please disabled SELinux here is the link http://www.how2centos.com/disable-selinux-centos-6/

    0 讨论(0)
  • 2020-12-24 07:38

    That should only mean that:

    • either the public ssh key was incorrectly registered in the user account

    https://intranet.5amsolutions.com/download/attachments/24610136/Git3.png?version=1&modificationDate=1349371375213

    • and/or the public/private ssh keys aren't accessible from the user account (~/.ssh incorrectly protected, incorrect names different from id_rsa, id_rsa.pub, incorrect ~/.ssh/config file).
      See more, for instance, at "Git SSH authentication".

    The OP swaroopsm comments:

    I solved the issue by re-installing gitlab on the server. Now all is fine.

    0 讨论(0)
提交回复
热议问题