Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [egit-dev] Problem pushing first patch to Gerrir

Jonathan Gossage <jgossage@xxxxxxxxx> wrote:
> I am attempting to use the Eclipse Gerrit Code Review site for the first
> time and encountered the following problem when trying to push a patch.
> 
>  git push ssh://jgossage@xxxxxxxxxxxxxxxx:29418/jgit.gitHEAD:refs/for/master
> Counting objects: 51, done.
> Compressing objects: 100% (10/10), done.
> Writing objects: 100% (21/21), 5.22 KiB, done.
> Total 21 (delta 8), reused 17 (delta 5)
> To ssh://jgossage@xxxxxxxxxxxxxxxx:29418/jgit.git
>  ! [remote rejected] HEAD -> refs/for/master (you are not author
> jgossage@xxxxxxxxx)

Go to http://egit.eclipse.org/r/#settings,contact and register
your email address "jgossage@xxxxxxxxx".

The Eclipse Foundation requires the email you use in your commits
to be a valid email address.  Gerrit is enforcing that check
during push.

-- 
Shawn.


Back to the top