Fresh GDK install fails when seeding db

I am installing a GDK for Community Edition and I have some issues during install process when seeding db:

  1. all of the project seeds appear to fail
== Seed from /Users/natalia/Desktop/work/gitlab/gdk-ce/gitlab/db/fixtures/development/04_project.rb
FFFFFFFF
  1. After this seeding continues normally until seeding repositories:
== Seed from /Users/natalia/Desktop/work/gitlab/gdk-ce/gitlab/db/fixtures/development/19_environments.rb
rake aborted!
Gitlab::Git::CommandError: 4:Deadline Exceeded

The issue overall is very similar to #392 (closed) but unfortunately the described workaround didn't work for me. So even after

rvm gemset empty
gem install bundler

I still have the same issue

  • MacBook Pro (Retina, 15-inch, Mid 2015)
  • OS: macOS Mojave 10.14.1
  • RVM: ruby-2.5.3p105
  • PostgreSQL version: 9.6
Edited by 🤖 GitLab Bot 🤖