gitlabhq/app/views/errors/gitolite.html.haml

26 lines
597 B
Plaintext
Raw Normal View History

%h1.http_status_code 500
%h3.page_title GitLab was unable to access your Gitolite system.
2012-08-16 08:13:50 +02:00
%hr
2012-08-16 08:13:50 +02:00
.git_error_tips
%h4 Tips for Administrator:
%ol
%li
%p
Check git logs in admin area
%li
%p
Check config/gitlab.yml for correct settings.
%li
%p
Diagnostic tool:
%pre
2013-01-19 10:58:36 +01:00
bundle exec rake gitlab:check RAILS_ENV=production
2012-08-16 08:13:50 +02:00
%li
%p
Permissions:
%pre
2012-08-16 08:13:50 +02:00
= preserve do
sudo chown -R git:git #{Gitlab.config.gitolite.repos_path}
sudo chmod -R ug+rwXs #{Gitlab.config.gitolite.repos_path}