前段时间我修改了自己github账号的邮箱,后来发现一个尴尬的问题,提交之后在github的账号页看不到提交记录,很奇怪。
需要更新github仓库配置,与新设置的github邮箱一致。
cd <your repository> git config --global user.email "Your new email address"
再提交就好了。