"gitlab"
重置gitlab用户(root)密码
1.登录GitLab的Rails控制台:gitlab-rails console -e production2.通过命令查找用户# 通过用户IDuser = User.where(id: 1).first # 通过用户名查找user = User.where(name: "root&quo
1.登录GitLab的Rails控制台:gitlab-rails console -e production2.通过命令查找用户# 通过用户IDuser = User.where(id: 1).first # 通过用户名查找user = User.where(name: "root&quo