gitolite.html.haml 602 Bytes
Newer Older
1 2
%h1.http_status_code 500
%h3.page_title GitLab was unable to access your Gitolite system.
3
%hr
4

5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
.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:
22
      %pre
23
        = preserve do
24 25
          sudo chown -R git:git #{Gitlab.config.gitolite.repos_path}
          sudo chmod -R ug+rwXs #{Gitlab.config.gitolite.repos_path}