博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
remote: ERROR: committer email address
阅读量:4583 次
发布时间:2019-06-09

本文共 653 字,大约阅读时间需要 2 分钟。

remote: ERROR:  In commit cf9ef53e6326502d10c621cbfff1ad8caabfc67fremote: ERROR:  committer email address xinfeng.feng@tieto.comremote: ERROR:  does not match your user account.remote: ERROR:remote: ERROR:  The following addresses are currently registered:remote: ERROR:    Xinfeng.Feng@tieto.comremote: ERROR:remote: ERROR:  To register an email address, please visit:remote: ERROR:  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>'

 

转载于:https://www.cnblogs.com/minzi/p/3453532.html

你可能感兴趣的文章
SQL中的case when then else end用法
查看>>
mysql数据库密码更改
查看>>
第三周学习
查看>>
lucene之solr京东案例
查看>>
Java开发Maven环境配置和介绍
查看>>
架构-LAMP特级学习(网站服务器监控)
查看>>
边界检测
查看>>
leetcode Happy Number
查看>>
MP3文件格式解析
查看>>
UVA Live 7770 模拟
查看>>
[LeetCode] Unique Paths II
查看>>
【Python】[面向对象的高级编程] 元类 ---听说这个很难理解
查看>>
taskAffinity 和allowTaskReparenting的用途
查看>>
LNMP环境下安装freeradius+radius manager3.9
查看>>
cocos2d-x性能优化的那些事
查看>>
LightOJ 1007 - Mathematically Hard
查看>>
前端和算法实现:给网站上加上自己的水印(简单+复杂)
查看>>
react-native学习(RN)--之Window环境下搭建环境配置,以及初始化建立react-native项目,(真机和模拟器运行的相关错误解决办法,android打包报错)...
查看>>
WPF路由事件学习(一)
查看>>
特殊字符导致jquery-mobile 挂起(firefox控制台报错 malformed URI sequence)
查看>>