gitolite timeout

Created by: wafcio

I run

$ bundle exec rake gitlab:app:setup RAILS_ENV=production --trace

and I got error like this:

== Seed from /home/gitlab/gitlab/db/fixtures/production/001_admin.rb

Administrator account created:

login.........admin@local.host password......5iveL!fe ** Invoke gitlab:app:enable_automerge (first_time) ** Invoke environment ** Execute gitlab:app:enable_automerge rake aborted! gitolite timeout /home/gitlab/gitlab/lib/gitlab/gitolite.rb:50:in rescue in configure' /home/gitlab/gitlab/lib/gitlab/gitolite.rb:36:inconfigure'

I use installation instruction for stable version.

First time when I tried install gitlab everything were ok, but when I try push fresh repo to server git user want type password. This is really strange.

When I am logged as gitlab user I can clone admin repo without any problems. So gitolite works ok. It should be some bug in rake task, or install guide.