/home/git/repositories/............missing
Created by: jbrooksuk
Running Ubuntu Server 12.10 I managed to get GitLab working again just fine, added a user, created a repo, then added my SSH key to my profile. Now I went to add an SSH key for the admin user (of the git server) and I get the following error when checking the status:
itradmin@DEVSRV01:/home/gitlab/gitlab$ sudo -u gitlab bundle exec rake gitlab:app:status RAILS_ENV=production
Starting diagnostics
config/database.yml............exists
config/gitlab.yml............exists
/home/git/repositories/............missing
rake aborted!
unexpected return
/home/gitlab/gitlab/lib/tasks/gitlab/status.rake:29:in `block (3 levels) in <top (required)>'
Tasks: TOP => gitlab:app:status
(See full trace by running task with --trace)
It's strange that it was previously working and now it isn't.