GitLab登录时报错,错误如下:
Your account is pending approval from your GitLab administrator and hence blocked. Please contact your GitLab administrator if you think this is an error.
解决办法:
[root@gitlab ~]# docker exec -it 89bc35417d8b bash
root@89bc35417d8b:/# cd /opt/gitlab/bin/
root@89bc35417d8b:/opt/gitlab/bin#
root@89bc35417d8b:/opt/gitlab/bin# ls
gitlab-backup gitlab-healthcheck gitlab-rails gitlab-redis-cli
gitlab-ctl gitlab-psql gitlab-rake gitlab-ruby
root@89bc35417d8b:/opt/gitlab/bin# gitlab-rails console
--------------------------------------------------------------------------------Ruby: ruby 2.7.5p203 (2021-11-24 revision f69aeb8314) [x86_64-linux]GitLab: 14.6.1 (661d663ab2b) FOSSGitLab Shell: 13.22.1PostgreSQL: 12.7
--------------------------------------------------------------------------------
Loading production environment (Rails 6.1.4.1)irb(main):009:0> u=User.where(id:1).first
=> #<User id:1 @root>
irb(main):010:0> u.password='12345678'
=> "12345678"
irb(main):011:0> u.password_confirmation='12345678'
=> "12345678"
irb(main):012:0> u.save
=> true
irb(main):013:0>
进入容器
执行命令
再次登录
用户名是root
密码是12345678
本文发布于:2024-01-31 15:41:09,感谢您对本站的认可!
本文链接:https://www.4u4v.net/it/170668687229591.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
留言与评论(共有 0 条评论) |