I run gerrit local in a container podman run -ti -p 8080:8080 -p 29418:29418 gerritcodereview/gerrit
I want to add an existing repo but there are some nuances which I didnt find an answer so far.
So after created a new repo without init commit then I try to push git push -f gerrit "refs/heads/master" [--tags]
! [remote rejected] master -> master (more than 10000 commits, and skip-validation not set)
error: failed to push some refs to 'http://localhost:8080/openQA'
I am not sure how would I work around this. I would like to know how can I import existing project or how is it working in gerrithub.io where the import for github is so smooth? is there a plugin for it?