Merge branch 'master' into hooray_apostrophes
This commit is contained in:
commit
66399d558d
18 changed files with 335 additions and 280 deletions
|
@ -1,5 +1,4 @@
|
|||
.alert-message.block-message.error
|
||||
%h3 Access Denied
|
||||
%hr
|
||||
%p You are not allowed to access this page.
|
||||
%p Read more about project permissions #{link_to "here", help_permissions_path, class: "vlink"}
|
||||
%h1 Access Denied
|
||||
%hr
|
||||
%h2 You are not allowed to access this page.
|
||||
%p Read more about project permissions #{link_to "here", help_permissions_path, class: "vlink"}
|
||||
|
|
|
@ -1,9 +1,6 @@
|
|||
.alert-message.block-message.error
|
||||
%h3 Git Resource Not found
|
||||
%hr
|
||||
%p
|
||||
Application can't get access to some
|
||||
%span.label branch
|
||||
or
|
||||
%span.label commit
|
||||
in your repository. It may have been moved.
|
||||
%h1 404
|
||||
%hr
|
||||
%h2 Git Resource Not found
|
||||
%p
|
||||
Application can't get access to some branch or commit in your repository. It
|
||||
may have been moved.
|
||||
|
|
|
@ -1,27 +1,27 @@
|
|||
.alert-message.block-message.error
|
||||
%h3 Gitolite Error
|
||||
%h4 Application can't get access to your gitolite system.
|
||||
%h1 Git Error
|
||||
%hr
|
||||
%h2 Gitlab was unable to access 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:
|
||||
.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
|
||||
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
|
||||
= 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
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
.alert-message.block-message.error
|
||||
%h3 Not found
|
||||
%hr
|
||||
%p The resource you were looking for doesn't exist.
|
||||
%p You may have mistyped the address or it may have been removed.
|
||||
%h1 404
|
||||
%hr
|
||||
%h2 The resource you were looking for doesn't exist.
|
||||
%p You may have mistyped the address or the page may have moved.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue