gitlab-ce 初始密码无法登录的问题

gitlab-ce 安装好后,root 用户的初始密码放在 /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.

两次输入密码搞定!

posted @ 2023-03-17 23:03  liu-huan  阅读(189)  评论(0编辑  收藏  举报