参考:https://gitlab.com/gitlab-org/gitlab-ce/issues/42045#note_73010232
解决方法:升级 gems
- haml to (5.0.4)
- hamlit to (2.8.8)
- temple to (>= 0.8.0)
详细错误日志
1 | Started GET "/users/password/edit?reset_password_token=[FILTERED]" for 115.238.84.211 at 2018-06-11 20:19:46 +0800 |
修改Gemfile
Gemfile
1 | # vim Gemfile |
1 | # HAML |
Gemfile.lock
1 | # vim Gemfile.lock |
1 | haml (4.0.7) |
改为:
1 | haml (5.0.4) |
1 | haml_lint (~> 0.26.0) |
改为:
1 | haml_lint (~> 0.28.0) |
升级Gems
1 | # sudo -u git -H vim .bundle/config |