2012-11-28 18:40:54 +01:00
|
|
|
%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-07-26 15:14:34 +02:00
|
|
|
|
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
|
|
|
|
bundle exec rake gitlab:app:status RAILS_ENV=production
|
|
|
|
%li
|
|
|
|
%p
|
|
|
|
Permissions:
|
2012-02-22 06:14:54 +01:00
|
|
|
%pre
|
2012-08-16 08:13:50 +02:00
|
|
|
= preserve do
|
2012-12-15 01:16:25 +01:00
|
|
|
sudo chown -R git:git #{Gitlab.config.gitolite.repos_path}
|
|
|
|
sudo chmod -R ug+rwXs #{Gitlab.config.gitolite.repos_path}
|