summaryrefslogtreecommitdiff
path: root/app/views/errors/gitolite.html.haml
blob: 590bca71dd42a4d42d91d01135c45fdc596ad745 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
%h1.http_status_code 500
%h3.page_title GitLab was unable to access your Gitolite system.
%hr

.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:
      %pre
        = preserve do
          sudo chown -R git:git #{Gitlab.config.gitolite.repos_path}
          sudo chmod -R ug+rwXs #{Gitlab.config.gitolite.repos_path}