upgrate to latest gitlab needs git@localhost's password
Created by: Wangj
when I upgrate from 2.8 to 3.1,this is the last step when I use this command:
bundle exec rake gitlab:app:status RAILS_ENV=production
it turns out following statements:
Starting diagnostics
config/database.yml............exists
config/gitlab.yml............exists
/home/git/repositories/............exists
/home/git/repositories/ is writable?............YES
git@localhost's password:
fatal: 'gitolite-admin' does not appear to be a git repository
fatal: The remote end hung up unexpectedly
Can clone gitolite-admin?............NO
rake aborted!
unexpected return
/home/gitlab/gitlab/lib/tasks/gitlab/status.rake:49:in rescue in block (3 level /home/gitlab/gitlab/lib/tasks/gitlab/status.rake:41:in
block (3 levels) in <top
Tasks: TOP => gitlab:app:status
(See full trace by running task with --trace)
I am I entering correct password of git.Could anyone help me ?