Gitlab登录错误:无效的电子邮件或密码

Gitlab登录错误:无效的电子邮件或密码,gitlab,Gitlab,我在主服务器上安装了gitlab,服务器正在运行。我可以访问登录页面,但无法登录 admin@local.host. 艾维尔!铁 错误:无效的电子邮件或密码 有什么问题吗 /home/gitlab/github/app/observers/user_observer.rb Notify.delay.new_user_email(user.id, user.password) 要更改: Notify.new_user_email(user.id, user.password) 运行: 谢谢

我在主服务器上安装了gitlab,服务器正在运行。我可以访问登录页面,但无法登录

admin@local.host.
艾维尔!铁

错误:无效的电子邮件或密码

有什么问题吗

/home/gitlab/github/app/observers/user_observer.rb

Notify.delay.new_user_email(user.id, user.password) 
要更改:

Notify.new_user_email(user.id, user.password)
运行:


谢谢,它正在工作。但是为什么需要手动破解呢?@Adrian似乎你忘记了运行bundle exec rake db:seed\u fu RAILS\u ENV=production这个问题对我的问题有帮助,它显示在搜索结果的顶部。
root@menht.com ~/gitlab/github $ bundle exec rake db:seed_fu RAILS_ENV=production