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: 2670f2d3fda525728f3b98629343dc603548da19 (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:app:status RAILS_ENV=production
    %li
      %p
        Permissions:
      %pre
        = preserve do
          sudo chmod -R 770 #{Gitlab.config.git_base_path}
          sudo chown -R git:git #{Gitlab.config.git_base_path}