> d) With "git merge", Developer-1 got conflicts.
> e) Developer-1 resolved the conflicts and did "git commit".....then,
> the log has "merge commit" as latest.
> f) Again Developer-1 made changes in some file and commited them.
> g) Finally, when Developer-1 tries to push(git push <remote-name>
> HEAD:refs/heads/<branchname>), he is getting error like......"you are
> not allowed to upload merges".
> h) The permissions for refs/heads/* are fine...It has Read, Create
> Reference, Push, Push Merge Commit, Forge Author Identity and Forge
> Commiter Identity.....We are using Gerrit-2.2.1
The access right that should allow you to push merge commits is 'Push
Merge Commit'.
However there is a bug with this in Gerrit 2.2.1 [1]
[1] http://code.google.com/p/gerrit/issues/detail?id=1072
>
> Can any one give me steps(with commands and example) on how to resolve
> this kind of error?.
>
> Thanks,
> Rajesh.
>
> --
> To unsubscribe, email repo-discuss...@googlegroups.com
> More info at http://groups.google.com/group/repo-discuss?hl=en
>