是问题就要解决它!
颠三倒四
一般是因为本地的邮件地址跟 Github 个人资料里不一样导致的。
在某本地仓库里git show一下,会看到author 是本机电脑名peikun,邮件是peikun@ZHOU.local,这完全不合适嘛。得修改,
git config user.name yourname
git config user.email zpkhhx#gmail.com
就可以修改当前仓库的作者信息。全局的可以直接加上--global 参数,
git config --global user.name yourname
git config --global user.email zpkhhx#gmail.com
对本地的更改再次提交到 github 上,首页上那一抹绿就回来了...有点怪
没有评论:
发表评论