[Starlingx-discuss] git-review issue fix for the version <=1.26
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
On 2020-11-24 01:47:18 +0000 (+0000), Liu, ZhipengS wrote:
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. [...]
Yes, the version of Gerrit we're running now requires git-review 1.27 or newer. See our maintenance conclusion announcement for that and more information about the service upgrade: http://lists.opendev.org/pipermail/service-announce/2020-November/000014.htm... -- Jeremy Stanley
participants (2)
-
Jeremy Stanley
-
Liu, ZhipengS