cancel
Showing results for 
Search instead for 
Did you mean: 

Git invalid committer

ranjit_rao
Participant
0 Kudos

Hello,

I am working on SAP HANA cloud platform. I have created a demo HTML5 application in Eclipse Luna. I have cloned the git repository, now I want to push the changes back to my SAP HANA developers account.

Unfortunately it resulted in the following error:

invalid committer

Processing changes: refs: 1

Processing changes: refs: 1, done   

ERROR:  In commit 1d4f86e2cb61ffbb424e2eedc4870a8053b36c28

ERROR:  committer email address yyyy@yyyy-PC

ERROR:  does not match your user account.

ERROR:

ERROR:  The following addresses are currently registered:

ERROR:    xxxxx.xxxxx@gmail.com

ERROR:

ERROR:  To register an email address, please visit:

I have tried to manually change the committer's id in the text box given, but it automatically get back to the old one when pushed.

Please Help.

Accepted Solutions (1)

Accepted Solutions (1)

alexander_silgidjian
Active Participant
0 Kudos

Hi Ranjit,

GIT is an open source technology and you may google all you need.

Your question is addressed here:

Google Groups

Kind Regards,

Alex

Answers (3)

Answers (3)

Former Member
0 Kudos

hello,

easy solved by adding email configuration in my git properties.

go to your git in git perspective and then properties. then add new entry under configuration with following informations:

key = user.email

value = your email address which is the correct one

then commit the git again and have a look to your author. check if the email is the correct one and edit it when its recommended.

commit and push and it works

ranjit_rao
Participant
0 Kudos

I got this solved. I created a new application only to find that everything is working fine. Might be I was wrong in someway with the earlier apps.

Thank to all.

former_member182862
Active Contributor
0 Kudos

I do not think that this is the right place to ask git related questions

Thanks

-D

agentry_src
Active Contributor
0 Kudos

Discussion moved from UI Development Toolkit for HTML5 Developer Center to HANA Cloud Platform Developer Center community.  Issue is with HCP, not sapui5.

Regards, Mike (Moderator)

SAP Customer Experience Group - CEG

ranjit_rao
Participant
0 Kudos

I am really sorry in asking for help on the wrong space.

Thanks in advance

agentry_src
Active Contributor
0 Kudos

No worries.  Git is used in both spaces so I can understand the confusion.

Cheers, Mike

SAP Customer Experience Group - CEG