<div dir="ltr">Hey,<br><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Aug 28, 2015 at 2:10 PM, Shreyansh Gandhi <span dir="ltr"><<a href="mailto:gandhishrey@gmail.com" target="_blank">gandhishrey@gmail.com</a>></span> wrote:<br><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi,<div><br></div><div>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,</div><div><br></div><div><div>git push origin HEAD:master</div><div>Counting objects: 56, done.</div><span class=""><div>Delta compression using up to 4 threads.</div></span><div>Compressing objects: 100% (12/12), done.</div><div>Writing objects: 100% (13/13), 1.44 KiB | 0 bytes/s, done.</div><div>Total 13 (delta 9), reused 0 (delta 0)</div><div>remote: Resolving deltas: 100% (9/9)</div><div>remote: Branch refs/heads/master:</div><div>remote: You are not allowed to perform this operation.</div><div>remote: To push into this reference you need 'Push' rights.</div><div>remote: User: phenom</div><div>remote: Please read the documentation and contact an administrator</div><div>remote: if you feel the configuration is incorrect</div><span class=""><div>remote: Processing changes: refs: 1, done    </div><div>To ssh://logerrit/core</div></span><div> ! [remote rejected] HEAD -> master (prohibited by Gerrit)</div></div><div><br></div><div>How should I fix this?</div><div><br></div><div>-Shreyansh</div></div><a href="http://lists.freedesktop.org/mailman/listinfo/libreoffice" rel="noreferrer" target="_blank"></a><br>
<br></blockquote></div><br><br></div><div class="gmail_extra">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.<br><br></div><div class="gmail_extra">Regards,<br></div><div class="gmail_extra">Markus<br></div></div>