No avatar with ssh upload #13563

Closed
opened 2025-11-02 10:46:08 -06:00 by GiteaMirror · 6 comments
Owner

Originally created by @bauermarkus on GitHub (Oct 3, 2024).

Description

Even a avatar via Gravatar is set, there is no avatar seen in the commit

It is a repo cloned from a old, other gitea instance

Gitea Version

1.22.2

Can you reproduce the bug on the Gitea demo site?

No

Log Gist

No response

Screenshots

image

Git Version

No response

Operating System

Docker

How are you running Gitea?

Docker

Database

PostgreSQL

Originally created by @bauermarkus on GitHub (Oct 3, 2024). ### Description Even a avatar via Gravatar is set, there is no avatar seen in the commit It is a repo cloned from a old, other gitea instance ### Gitea Version 1.22.2 ### Can you reproduce the bug on the Gitea demo site? No ### Log Gist _No response_ ### Screenshots ![image](https://github.com/user-attachments/assets/d10c52f9-ab58-429a-84bc-d3d5672ecc2b) ### Git Version _No response_ ### Operating System Docker ### How are you running Gitea? Docker ### Database PostgreSQL
GiteaMirror added the type/question label 2025-11-02 10:46:08 -06:00
Author
Owner

@techknowlogick commented on GitHub (Oct 3, 2024):

the email associated with that commit may not have been added to your user account.

@techknowlogick commented on GitHub (Oct 3, 2024): the email associated with that commit may not have been added to your user account.
Author
Owner

@lunny commented on GitHub (Oct 3, 2024):

SSH just verify the user with the key pushed the commits, but the authors of these commits will not be considered by the pusher. They will be considered by email.

@lunny commented on GitHub (Oct 3, 2024): SSH just verify the user with the key pushed the commits, but the authors of these commits will not be considered by the pusher. They will be considered by email.
Author
Owner

@bauermarkus commented on GitHub (Oct 7, 2024):

Any change to add this?

@bauermarkus commented on GitHub (Oct 7, 2024): Any change to add this?
Author
Owner

@techknowlogick commented on GitHub (Oct 7, 2024):

@bauermarkus you'll need to check the email that is attached to the commit, and confirm it is associated with your account.

@techknowlogick commented on GitHub (Oct 7, 2024): @bauermarkus you'll need to check the email that is attached to the commit, and confirm it is associated with your account.
Author
Owner

@bauermarkus commented on GitHub (Oct 8, 2024):

@techknowlogick Thanks for your answer, can you help me, how I do this?
Somehow i thought when I add the ssh key to my account, otherwise I can't push via SSH(?), I have already attached it
Or is this a setting in the Git Client?

@bauermarkus commented on GitHub (Oct 8, 2024): @techknowlogick Thanks for your answer, can you help me, how I do this? Somehow i thought when I add the ssh key to my account, otherwise I can't push via SSH(?), I have already attached it Or is this a setting in the Git Client?
Author
Owner

@techknowlogick commented on GitHub (Oct 9, 2024):

You can see the email attached to a commit by looking at the commit itself in your command line using git log, or by adding .patch to the end of the URL when looking at a specific commit.

@techknowlogick commented on GitHub (Oct 9, 2024): You can see the email attached to a commit by looking at the commit itself in your command line using `git log`, or by adding `.patch` to the end of the URL when looking at a specific commit.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#13563