gerri push git remote: ERROR: committer email address remote: ERROR: does not match your user accoun
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了gerri push git remote: ERROR: committer email address remote: ERROR: does not match your user accoun相关的知识,希望对你有一定的参考价值。
原因如题,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 accoun的主要内容,如果未能解决你的问题,请参考以下文章
Git 协作:Fetch Pull Push Branch Remote相关
Git push remote rejected {change ### closed}
解决IDEA 中git 无法自动push 提交问题 Push failed: Failed with error: Could not read from remote repository.(示例代
git push -u origin main 报错 remote: Invalid username or password.
git push提交到远程报错“remote: Support for password authentication was removed on August 13, 2021.“