Question

I have several projects on github, but in some of them the graph of contributors is empty, even though my .gitconfig has a name and email set up. https://github.com/jlengrand/batchWaterMarking/graphs/contributors

You can see on main page that I am authored on last commit, as jlengrand https://github.com/jlengrand/batchWaterMarking

I tried to commit and push once again, with a .gitconfig I am sure about, but it doesn't change anything.

Because of this, masterbranch refuses to take some of my projects into account.

Would you know a way to solve this ?

Thanks !

Was it helpful?

Solution

Are you using multiple machines to push your commits? If the email and name in your GIT_CONFIG is different for the different machines, you have to add them to your GitHub account. You can add the different email addresses under the Account -> Settings -> Email menu on GitHub.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top