gitlab-ce 安装好后,root 用户的初始密码放在 /etc/gitlab/initial_root_password 文件中,但我用这个密码仍然登录失败。
gitlab-ce
/etc/gitlab/initial_root_password
用下面的命令可快速重置 root 密码,已验证通过:
[root@localhost gitlab]# gitlab-rake "gitlab:password:reset[root]" Enter password: Confirm password: Password successfully updated for user with username root.
两次输入密码搞定!