Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitolite.html.haml « errors « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: eb09d2141b99ca6808e60bad89b2a160af153b89 (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 cant 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