可能情况为:
当前用户信息,跟GitHub上的信息不匹配
我们可以使用命令查看当前电脑git配置
git config -l
然后设置邮箱,姓名为GitHub上匹配的信息即可
git config --global user.name "xxxxxx@xx.com"
git config --global user.email "xxxxxx@xx.com"
这么一来,就会把该电脑上修改的内容,绑定推送到GitHub上
可能情况为:
当前用户信息,跟GitHub上的信息不匹配
我们可以使用命令查看当前电脑git配置
git config -l
然后设置邮箱,姓名为GitHub上匹配的信息即可
git config --global user.name "xxxxxx@xx.com"
git config --global user.email "xxxxxx@xx.com"
这么一来,就会把该电脑上修改的内容,绑定推送到GitHub上
本文标题:提交代码,但github上的绿格子没有变绿
本文链接:https://www.haomeiwen.com/subject/zsqsjftx.html
网友评论