I just set up a GitHub account and clicked on the source repository. If I look at the account level, then in the section "Social Activities" it will be correct and says chriskessel pushed ....
If I click on the repository, it says: unknown authored 4 minutes ago
I cannot figure out how to configure IntelliJ (or any other main Git file) to get my name in the actual commit string. git config user.name on the project command line knows who I am right.
I am using IntelliJ 11, Git 1.7.9 and Windows 7.
I am rather puzzled, especially since the GitHub account knows who did something, but not the GitHub repository and all my commits and even creating the repository were through IntelliJ. Any ideas what to look for?
git github intellij-idea
Chris kessel
source share