Github says to comment on the missing author information why

I committed using msysgit and saw this strange message. But I actually set the username and email, why?

$ git last
commit 770a3f0744437a7a070f536e5a798c8d8b4e40ab
Author: Xi Hui Liang <xihuiliang@example.com>
Date:   Fri Jan 25 12:51:36 2013 +0800

    undo fix form data filter.

      

shot

the project homepage

+3


source to share


2 answers


Seems like a GitHub bug to me - for example, if you go to a page specifically for commit, GitHub seems to be very easy to load author information:

https://github.com/xihuiliang/thinkphp/commit/770a3f0744437a7a070f536e5a798c8d8b4e40ab



I suggest letting them know so they can fix the error on the home screen of the page.

+6


source


Your github account is not associated with the email you are using. Github uses the specified email to link to your account.



Go to https://github.com/settings/emails and add the kokozu.net address. Github will then link your commits to your github account.

+2


source







All Articles