I have two questions about Gerrit:
How do I convert or import an already existing Git repository into Gerrit\'s format? There were a lot of com
Just create the new project in Gerrit, and then push the git repository there. If you want to bypass review, push directly to master instead of refs/for/master. You'll need to add the permission to do this to yourself.
I think the error message may be caused by you not having imported your ssh key to Gerrit yet.
Just clone the repository from Gerrit. It won't include any extra branches.