Hi, Sorry, but MW-Git and Gerrit are driving me crazy.
I wanted to push a patch into my own project "Semantic Web Browser" , but now I get the error:
benedikt@benedikt-ThinkPad-T410:~/Workspaces/Git-Repositories/SemanticWebBrowser$ git push Counting objects: 15, done. Delta compression using up to 4 threads. Compressing objects: 100% (7/7), done. Writing objects: 100% (8/8), 1.24 KiB, done. Total 8 (delta 4), reused 0 (delta 0) remote: Resolving deltas: 100% (4/4) remote: Branch refs/heads/master: remote: You are not allowed to perform this operation. remote: To push into this reference you need 'Push' rights. remote: User: bkaempgen remote: Please read the documentation and contact an administrator remote: if you feel the configuration is incorrect remote: Processing changes: refs: 1, done To ssh://bkaempgen@gerrit.wikimedia.org:29418/mediawiki/extensions/SemanticWebBrowser.git ! [remote rejected] master -> master (prohibited by Gerrit) error: failed to push some refs to 'ssh://bkaempgen@gerrit.wikimedia.org:29418/mediawiki/extensions/SemanticWebBrowser.git'
Is it because someone (assumably a bot) created a branch in the project?
Branch Name Revision HEAD master (gitblit) refs/meta/config ad3f8c4f42a89287a45a796f4133c6787d579050 (gitblit) REL1_21 de4a45be3fb2c14b01c679c3ed006b77bcca254f (gitblit) master 53c8a0ddabaf94fb72efce76167eba7cca71defb (gitblit)
What do I need to do to be able to push, again?