Excerpts from Gary Kotton's message of 2016-10-10 12:26:24 +0000: > Hi, > Maybe someone can help out here. We are trying to create an initial release > for vmware-nsxlib. I am following the instructions on > http://docs.openstack.org/infra/manual/creators.html > When I try and push the tag I get: > > gkotton@ubuntu:~/vmware-nsxlib$ git push gerrit 0.1.0 > fatal: 'gerrit' does not appear to be a git repository > fatal: Could not read from remote repository. > > Please make sure you have the correct access rights > and the repository exists. > > gkotton@ubuntu:~/vmware-nsxlib$ git branch -a > * master > remotes/origin/HEAD -> origin/master > remotes/origin/master > > Any idea what is missing? > Thanks > Gary
I don't see a remote/gerrit/master in that list of branches. It looks like your gerrit remote isn't set up. Try "git review -s" to initialize the repo to talk to gerrit, and then re-run the "git push" command you have there. Doug __________________________________________________________________________ OpenStack Development Mailing List (not for usage questions) Unsubscribe: [email protected]?subject:unsubscribe http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
