I'm not able to push a patch set into one of my changes after the Gerrit update.If you're using git-review < 1.27, and seeing error messages like
The error is:
```
remote: error: branch refs/publish/master:
remote: use a SHA1 visible to you, or get update permission on the ref
remote: User: mbsantos<redacted>
remote: Contact an administrator to fix the permissions
remote:
remote: Processing changes: refs: 1```
or
```
remote: Processing changes: refs: 1, doneerror: branch refs/publish/master:
To ssh://gerrit.wikimedia.org:29418/mediawiki/services/push-notificationsremote: You need 'Create' rights to create new references.
! [remote rejected] HEAD -> refs/publish/master (prohibited by Gerrit: update for creating new commit object not permitted)te: User: <redacted>
error: failed to push some refs to 'ssh://mbsantos@gerrit.wikimedia.org:29418/mediawiki/services/push-notificatremote: Contact an administrator to fix the permissions'
```
Is that related to the new version update?Upgrade your installed `git-review`. You need at least version 1.27.
(`git-review` relies on being able to push to `refs/publish/...` which got removed in Gerrit some time ago)
How should I proceed?#upstream https://gerrit-review.googlesource.com/c/gerrit/+/274274