GitLab DB seeding (bundle exec rake db:reset db:seed_fu) fails for 5c143379 on macOS

Both @nao.hashizume and @tigerwnz experienced the following error while going through the steps at gitlab-development-kit!2753 (merged) on macOS:

--snip--
== Seed from /Users/naohashizume/tmp/gitlab-development-kit/gitlab/db/fixtures/development/14_pipelines.rb
rake aborted!
Gitlab::Git::Repository::NoRepository: 5:accessor call: route repository accessor: consistent storages: repository "default"/"@hashed/6b/86/6b86b273ff34fce19d6b804eff5a3f5747ada4eaa22f1d49c01e52ddb7875b4b.git" not found.
/Users/naohashizume/tmp/gitlab-development-kit/gitlab/lib/gitlab/git/wraps_gitaly_errors.rb:9:in `rescue in wrapped_gitaly_errors'
/Users/naohashizume/tmp/gitlab-development-kit/gitlab/lib/gitlab/git/wraps_gitaly_errors.rb:6:in `wrapped_gitaly_errors'
/Users/naohashizume/tmp/gitlab-development-kit/gitlab/lib/gitlab/git/repository.rb:389:in `log'
/Users/naohashizume/tmp/gitlab-development-kit/gitlab/lib/gitlab/git/commit.rb:47:in `where'
/Users/naohashizume/tmp/gitlab-development-kit/gitlab/app/models/repository.rb:167:in `commits'
(eval):106:in `create_master_pipelines'
(eval):102:in `pipelines'
(eval):74:in `seed!'

I don't experience the same error but I'm on macOS 13.0.1 where as Tiger is on macOS 12.6 (not sure about @nao.hashizume yet though). I don't see this issue at all in CI or in my manual testing using the latest ubuntu Docker image.

Related: gitlab-development-kit#1631 (closed)

Edited by Ash McKenzie