https://bugzilla.wikimedia.org/show_bug.cgi?id=67375
--- Comment #12 from JackPotte <[email protected]> --- Thank you, the authentication has worked in HTTPS, but now I've got "prohibited by Gerrit", by pushing in HTTPS or SSH, with the branch "master" or another: /Git/quiz (master) $ git push Username for 'https://gerrit.wikimedia.org': jackpotte Password for 'https://[email protected]': Counting objects: 5, done. Delta compression using up to 4 threads. Compressing objects: 100% (3/3), done. Writing objects: 100% (3/3), 352 bytes | 0 bytes/s, done. Total 3 (delta 2), reused 0 (delta 0) remote: Resolving deltas: 100% (2/2) 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: jackpotte remote: Please read the documentation and contact an administrator remote: if you feel the configuration is incorrect remote: Processing changes: refs: 1, done To https://gerrit.wikimedia.org/r/mediawiki/extensions/Quiz ! [remote rejected] master -> master (prohibited by Gerrit) error: failed to push some refs to 'https://gerrit.wikimedia.org/r/mediawiki/ext ensions/Quiz' /Git/quiz (master) $ git push origin master Enter passphrase for key '/c/Users/jackpotte/.ssh/id_rsa': Counting objects: 5, done. Delta compression using up to 4 threads. Compressing objects: 100% (3/3), done. Writing objects: 100% (3/3), 352 bytes | 0 bytes/s, done. Total 3 (delta 2), reused 0 (delta 0) remote: Resolving deltas: 100% (2/2) 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: jackpotte 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://[email protected]:29418/mediawiki/extensions/Quiz ! [remote rejected] master -> master (prohibited by Gerrit) error: failed to push some refs to 'ssh://[email protected]:29418/m ediawiki/extensions/Quiz' -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
