Replies: 2 comments 1 reply
-
GitLens uses the e-mail address tied to the commit to look up the associated avatar (technically it only uses the commit SHA to look it up, but I validate the account information associated with the commit to the commit's e-mail). If you look at that repository on GitHub I assume you see the avatar you are expecting? Also have you allowed GitLens to connect to GitHub? |
Beta Was this translation helpful? Give feedback.
-
Hey, any update on this? If you're too busy, no worries, I understand. This is clearly a low priority task. But I'd love to get it working at some point, or at least get an understanding of the logic behind this feature so I stop bugging you 😄 |
Beta Was this translation helpful? Give feedback.
-
Version 11 of GitLens added 'GitHub avatar support.' So how exactly can I use this if my GitHub profile has multiple email addresses? Specifically, in my Git repo, Git Lens still will not display my GitHub avatar next to my commits (screenshot). I'm not sure if that's expected, or perhaps I'm doing something wrong. My scenario is this:
[email protected]
.[email protected]
(screenshot).[email protected]
is one of the available selections (screenshot).So will Git Lens display my GitHub avatar only if my Git email address for the repo in-question is identical to the selected email address in my GitHub profile? Or is it still possible for Git Lens to display the GitHub avatar even if my Git email address for the repo is one of my GitHub profile's unselected email addresses?
I can say that I have a separate repo on my computer, and in that repo, the Git email address is [email protected]. In this repo, Git Lens does display my GitHub avatar next to each of my commits.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions