Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在我的家庭服务器上安装了 gitlab,服务器正在运行。我可以访问登录页面,但我无法登录。
admin@local.host。 5iveL!fe
错误:无效的电子邮件或密码。
可能是什么问题呢?
/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)
跑:
root@menht.com ~/gitlab/github $ bundle exec rake db:seed_fu RAILS_ENV=production