Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-dev] Can't push changes to git


are you sure in your git settings you have your committer name and email set correctly


I was going to suggest the same thing -- the e-mail address associated with each commit must match whatever the Eclipse Foundation has on file for you.

See the "Setup Git credentials" steps at <http://wiki.eclipse.org/CDT/git#Main_CDT>.  We don't have those instructions on the PTP Git instructions (yet)...

If you already made some local commits with the wrong e-mail address, IIRC you have to fix them individually before you can can push them (changing your global settings doesn't retroactively change commits you already made), but I don't recall off hand how to do that... Google probably knows...

Jeff

Back to the top