remote: ERROR: committer email address

remote: ERROR:  In commit cf9ef53e6326502d10c621cbfff1ad8caabfc67f
remote: ERROR:  committer email address xinfeng.feng@tieto.com
remote: ERROR:  does not match your user account.
remote: ERROR:
remote: ERROR:  The following addresses are currently registered:
remote: ERROR:    Xinfeng.Feng@tieto.com
remote: ERROR:
remote: ERROR:  To register an email address, please visit:
remote: ERROR:  http://10.126.39.129:8080/#/settings/contact
remote: 
remote:

 

 

solution:

Change golbal configuration

Edit ~/.gitconfig

[user]
    name = fengxinfeng
    email = Xinfeng.Feng@tieto.com

change the last commit

$git commit --amend --author 'fengxinfeng <Xinfeng.Feng@tieto.com>'

 

posted @ 2013-12-02 10:52  xumin_minzi  阅读(6291)  评论(0)    收藏  举报