Home > Article > Development Tools > How to solve the problem of github submitting code without grid update
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,
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!