码迷,mamicode.com
首页 > 其他好文 > 详细

gerri push git remote: ERROR: committer email address remote: ERROR: does not match your user account.

时间:2016-06-29 15:50:10      阅读:206      评论:0      收藏:0      [点我收藏+]

标签:

原因如题,git邮箱配置错误

修改 git config --global user.name "xxx";

       git config --global user.email "xxx";

执行完后切记将之前已经做的add、commit操作reset 掉,然后再重新add、commit,因为add、commit 时已经记录下了做了该操作时的帐号信息。

 

gerri push git remote: ERROR: committer email address remote: ERROR: does not match your user account.

标签:

原文地址:http://www.cnblogs.com/boann/p/5627082.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!