git push 报错:
error: commit 8aa8e31: email address yin.jiaqing@haustart.com is not registered in your account,


错误是说邮箱没有注册,可是用git config 查看了user.email 和user.name 都有内容啊。

解决

重新git config --global user.name 和user.email 然后需要 git commit --amend --reset-author
然后就可以提交了

(为啥我每次提交总是要遇到问题,叹气)

git push 报错 ---error: commit 8aa8e31: email address yin.jiaqing@.....com is not registered in your相关推荐

  1. git push 报错 error: src refspec master does not match any 解决

    真是TN的邪了门了,今天在Gitee上创建了一个新项目,然后要把本地的代码push上去时,报了如下错误: ➜ *** git:(main) git push -u origin "maste ...

  2. git push 报错Push rejected、 remote unpack failed 、unpacker error、 failed to push some refs to

    git push 报错Push rejected. remote unpack failed .unpacker error. failed to push some refs to 1.error: ...

  3. git push报错:remote: error: refusing to update checked out branch: refs/heads/master

    远程仓库通过git init初始化了一个项目,没有clone到本地,本地新建了一个项目,关联本地项目和远程仓库(参见IDEA新建本地项目关联远程git仓库 )后git push报错: wulf@wul ...

  4. git push 报错 Empty reply from server 或 Failed to connect to github.com port 443: Time out

    git push 报错 Empty reply from server 或 Failed to connect to github.com port 443: Time out 问题出现 报错信息 问 ...

  5. git push报错处理办法

    使用办法: git add . git commit -m "原因" git push 如果git push报错 执行: git push origin 本地分支名:远程分支名 例 ...

  6. git pull 报错 error: cannot pull with rebase: Your index contains uncommitted changes.

    git pull 报错 error: cannot pull with rebase: Your index contains uncommitted changes. error: please c ...

  7. git push报错:fatal: unable to access ‘https://XXXX.git/‘: Peer‘s Certificate issuer is not recognized.

    推镜像的时候,git push报错:fatal: unable to access 'https://XXXX.git/': Peer's Certificate issuer is not reco ...

  8. git push报错 DENIED by fallthru(or you mis-spelled reponame)

    git push报错 DENIED by fallthru(or you mis-spelled reponame) 百度半天都说是公钥私钥问题 最后发现是管理员没开push权限

  9. 码云git push报错 DeployKey does not support push code 解决办法

    码云git push报错 DeployKey does not support push code 解决办法 首先生成公钥去码云添加公钥有具体教程 添加公钥 一顿操作之后测试一下 git push 嗯 ...

最新文章

  1. 应用在大规模推荐系统,Facebook提出组合embedding方法 | KDD 2020
  2. Python 图片亮度
  3. 【Linux环境】Elasticsearch 启动停止服务的2类方法【及 java.nio.file.AccessDeniedException: xx/pid 问题解决】(含启停shell脚本)
  4. 信息学奥赛一本通(1091:求阶乘的和)
  5. 模拟ArrayList底层实现
  6. php json 格式化
  7. 京东支付逻辑存在不安全因素
  8. Pcshare远控源码偏重分析(一)
  9. 安全视角下的CAN协议分析
  10. html2canvas区域截屏,vue实现网页区域截屏(结合html2canvas,pdf.js)
  11. 详解51系列单片机引脚及功能
  12. 首发:最新CPU漏洞Meltdown详细分析
  13. Notepad++ 下载
  14. PHP解析大型Excel表格的库:box/spout
  15. 漏斗模型-数据分析师的必备神器
  16. java中字节数组转换为字符串
  17. SOUI中屏蔽右键菜单
  18. (转) CS的顶级会议和期刊
  19. 福禄克DSX5000怎么导出数据
  20. 人工神经网络是符号主义,神经网络的符号表达式

热门文章

  1. 纯前端excel导出
  2. 矮人DOS工具箱4.2版
  3. 6个看一眼就会收藏的宝藏网站
  4. STM32-输出比较
  5. 算法6:克鲁斯卡尔算法
  6. android-App启动过程
  7. 【数据分析】——Excel图表
  8. 仿新浪微博照片选择器
  9. 没有一个顺手的流程绘制工具?好吧,自己动手,丰衣足食
  10. Maven插件wagon-maven-plugin自动化部署