Error while pushing commits for bug 93240

Markus Mohrhard markus.mohrhard at googlemail.com
Fri Aug 28 05:11:50 PDT 2015


Hey,

On Fri, Aug 28, 2015 at 2:10 PM, Shreyansh Gandhi <gandhishrey at gmail.com>
wrote:

Hi,
>
> So, the problem was that an original initial commit (with no actual
> changes) was being inherited from master. Now when I try to push my changes,
>
> git push origin HEAD:master
> Counting objects: 56, done.
> Delta compression using up to 4 threads.
> Compressing objects: 100% (12/12), done.
> Writing objects: 100% (13/13), 1.44 KiB | 0 bytes/s, done.
> Total 13 (delta 9), reused 0 (delta 0)
> remote: Resolving deltas: 100% (9/9)
> 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: phenom
> 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://logerrit/core
>  ! [remote rejected] HEAD -> master (prohibited by Gerrit)
>
> How should I fix this?
>
> -Shreyansh
> <http://lists.freedesktop.org/mailman/listinfo/libreoffice>
>
>

You are not allowed to push to master. Instead you need to use something
like git push origin HEAD:refs/for/master which will push it to the review
queue.

Regards,
Markus
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/libreoffice/attachments/20150828/73daade5/attachment.html>


More information about the LibreOffice mailing list