Show Github Avatar Username after Committing

I have the following problem.

I have set everything up on github to use avatar instead of this random grafic. If I commit and my colleague is reviewing commits in his github for windows (GFW), he shows him my avatar. But if I run my GFW (the same version as my colleague) I get a random graph.

There is a question that has ALMOST the same problem , but it doesn't get any avatar. I do show it, but not on MY GFW.

Is it ok that I can't see it? If not, how can I show it?

+3


source to share


1 answer


After using your copy of GFW to upload the avatar, did you change your avatar from a custom graphic to a custom version? If so, your client might be caching the avatar.

You can try looking for the cache - maybe it's in your directory Program Data\GitHub

or something. (I'm on a Mac so I can't check or search for it.) If you find something that is obviously a cache, you can try clearing it.

The harder approach would be to uninstall the client and reinstall it.



EDIT

go %LocalAppData%\GitHub\and deleteimages.cache.db

restart gfw

+2


source







All Articles