Home  >  Article  >  Development Tools  >  How to solve the problem of github submitting code without grid update

How to solve the problem of github submitting code without grid update

little bottle
little bottleforward
2019-04-30 10:09:054531browse

Today I found that the github submitted code suddenly had no grid update. Then I looked at the problem and it turned out to be an email problem. I would like to share the solution here.

I have changed my email address before, so look at the picture,

Check whether the email address you set is consistent with the email address submitted by local git, if not, change it

How to solve the problem of github submitting code without grid update

Or change your local email address
View the git log locally Command: git log

git config --global user.email "example@norimaki.cn"

Isn’t it super simple? Then go try it quickly!

Yes, one more thing, you can go to Git video tutorial to learn more about it!

The above is the detailed content of How to solve the problem of github submitting code without grid update. For more information, please follow other related articles on the PHP Chinese website!

Statement:
This article is reproduced at:segmentfault.com. If there is any infringement, please contact admin@php.cn delete