summaryrefslogtreecommitdiff
path: root/app/views/errors/gitolite.html.haml
blob: 88ec66d5df6cacf07cb24225ba8ba8efe82e6e0e (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
26
27
28
29
30
.alert-message.block-message.error
  %h3 Gitolite Error
  %h4 Application can't get access to your gitolite system.




%h4 Tips for Administrator:

%ul
  %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 chmod -R 770 /home/git/repositories/
        sudo chown -R git:git /home/git/repositories/
        sudo chown gitlab:gitlab /home/git/repositories/**/hooks/post-receive