前言

前段时间我修改了自己github账号的邮箱,后来发现一个尴尬的问题,提交之后在github的账号页看不到提交记录,很奇怪。
 

问题

需要更新github仓库配置,与新设置的github邮箱一致。
 

修改

cd <your repository>
git config --global user.email "Your new email address"

再提交就好了。

posted on 2023-04-17 13:14  eryoung2  阅读(61)  评论(0编辑  收藏  举报