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: 33ea8c1a8b74e64fc683ac1f8335a44d71e52105 (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:check 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}