2012-11-28 12:40:54 -05:00
|
|
|
%h1.http_status_code 500
|
|
|
|
%h3.page_title GitLab was unable to access your Gitolite system.
|
2012-08-16 02:13:50 -04:00
|
|
|
%hr
|
2012-07-26 09:14:34 -04:00
|
|
|
|
2012-08-16 02:13:50 -04: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 04:58:36 -05:00
|
|
|
bundle exec rake gitlab:check RAILS_ENV=production
|
2012-08-16 02:13:50 -04:00
|
|
|
%li
|
|
|
|
%p
|
|
|
|
Permissions:
|
2012-02-22 00:14:54 -05:00
|
|
|
%pre
|
2012-08-16 02:13:50 -04:00
|
|
|
= preserve do
|
2012-12-14 19:16:25 -05:00
|
|
|
sudo chown -R git:git #{Gitlab.config.gitolite.repos_path}
|
|
|
|
sudo chmod -R ug+rwXs #{Gitlab.config.gitolite.repos_path}
|