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: 44276419bac407d99ad4e70033d3040068674097 (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
%h1 Git Error
%hr
%h2 Application cant get access to your gitolite system.


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