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: 41d7d83a1c92b2bcd43621ac7d228a186cc4c82a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.alert-message.block-message.error
  %h3 Gitolite Error
  %hr
  %h4 Application cant get access to your gitolite system.
  %ol
    %li
      %p
        Check 'config/gitlab.yml' for correct settings.
    %li
      %p
        Make sure web server user has access to gitolite.
        %a{:href => "https://github.com/gitlabhq/gitlabhq/wiki/Gitolite"} Setup tutorial
    %li
      %p
        Try:
      %pre
        sudo chmod -R 770 /home/git/repositories/
        sudo chown -R git:git /home/git/repositories/