The code is submitted to the Github warehouse but the reason why the green dots have not increased

the reason

The high probability is because the email name of the Github local warehouse and the email name of the Github account are inconsistent.

Solution

git config user.email  '[email protected]'

references

Solve the problem that the small green dots are not displayed when submitting code to Github

Guess you like

Origin blog.csdn.net/sinat_41696687/article/details/114884777