Change Avatar Next to GitHub Username (For Commits)

廉价感情. 提交于 2019-11-28 07:01:13

问题


I have a username on GitHub and have an avatar for that -- easy enough.
The Get a single user V3 API does include my gravatar when I call it with my GitHub id.

However, when I push my commits, I have my name show as the committer but next to it is that goofball octocat silhouette. How can I change this?


回答1:


Check your author and email information associated with your commits as published inn your GitHub repo.
If they aren't exactly identical to those of your GitHub profile, then your gravatar won't be displayed for those commits.




回答2:


FYI: GitHub uses your G rated gravatar, so be sure to set that (and not your PG and above).



来源:https://stackoverflow.com/questions/10221280/change-avatar-next-to-github-username-for-commits

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!