Hi all, Yesterday, when I used git-review to commit patch, it failed with the error like below. Fix solution: pip install git-review to install version 1.28. Close current terminal and reopen it, then it works again. $ git-review --version git-review version 1.25.0 $ git review -f remote: error: branch refs/publish/master/NNNN: remote: You need 'Create' rights to create new references. remote: User: USERNAME remote: Contact an administrator to fix the permissions remote: remote: Processing changes: refs: 1 remote: Processing changes: refs: 1, done To ssh://gerrit.libreoffice.org:29418/core ! [remote rejected] HEAD -> refs/publish/master/NNNN (prohibited by Gerrit: not permitted: create) error: failed to push some refs to 'ssh://gerrit.libreoffice.org:29418/core' Zhipeng