-
-
Notifications
You must be signed in to change notification settings - Fork 79k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
List of contributors #12628
Comments
You evidently haven't added to your GitHub account the email address that you had configured in git when making those commits. |
This isn't a Bootstrap bug. You're username-fullname-email setup must be off, either for GitHub or for Git. See your commits like tlindig@77a5e8c? You have your fullname instead of a GitHub username. Fix that and you'll get on the list. |
Read this. In short: $ git config --global user.name "Tobias Lindig"
$ git config --global user.email "your@email" You should change Q: What is my primary mail? I hope this helps. |
💥 |
Thanks to all for hints. I still on trying and research. |
I got it. I am now in the list. I only add the used email to my list of e-mails in my GitHub profile: https://github.com/settings/emails |
Yay! Good job. 2014-02-07 12:21 GMT+01:00 Tobias Lindig notifications@github.com:
Zlatan Vasović - ZDroid |
I made more than 5 commits to bootstrap, but I am not in the contributors list.
#10599, #11642, #11687, #11812, #11817, #11868, #11935, #11956, #12270
https://github.com/twbs/bootstrap/graphs/contributors
Why?
The text was updated successfully, but these errors were encountered: