Le 04/06/2014 10:00, John Mark Vandenberg a écrit :
The outstanding commits are:
<snip>
Do you really want to submit the above commits? Type 'yes' to confirm, other to cancel:
Hello,
The git-review utility creates a remote named 'gerrit' to push the change. Ultimately doing:
git push gerrit HEAD:refs/for/master
Your gerrit remote must be out of date, you can refresh it using either:
git remote update git fetch gerrit
That should fix the issue.
You might want to remove the 'origin' remote. Or update it to use the ssh:// url , drop the 'gerrit' remote and instruct git-review to use 'origin' as a default remote (cant remember how to set that though).
cheers,