Hello,
пн, 27 мая 2019 г. в 16:26, Michal Zygowski michal.zygowski@3mdeb.com:
Hello Peter,
I have experienced the same issue recently. It looks like Gerrit no longer accepts the old push target branch. Some days ago Gerrit accepted the 'refs/publish/master', but now it only accepts 'refs/for/master'.
According to https://www.coreboot.org/Git 'refs/for/master' is the right branch. To fix this, run:
git config remote.origin.push HEAD:refs/for/master
git config branch.<particularbranchname>.remote origin
Then everything should be ok.
Unfortunately this didn't work for me. I guess there should be something else.