2012-08-16 08:13:50 +02:00
|
|
|
%h1 Git Error
|
|
|
|
%hr
|
2012-08-16 20:03:06 +02:00
|
|
|
%h2 Gitlab was unable to access your Gitolite system.
|
2012-07-26 15:14:34 +02:00
|
|
|
|
2012-08-16 08:13:50 +02:00
|
|
|
.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:
|
2012-02-22 06:14:54 +01:00
|
|
|
%pre
|
2012-08-16 08:13:50 +02:00
|
|
|
= preserve do
|
2012-07-19 17:39:02 +02:00
|
|
|
sudo chmod -R 770 #{Gitlab.config.git_base_path}
|
2012-08-25 22:04:41 +02:00
|
|
|
sudo chown -R git:git #{Gitlab.config.git_base_path}
|