Commit username section cannot display commit's owner. #8289

Closed
opened 2025-11-02 08:01:09 -06:00 by GiteaMirror · 4 comments
Owner

Originally created by @umut-akkaya on GitHub (Dec 25, 2021).

Gitea Version

1.15.7

Git Version

No response

Operating System

No response

How are you running Gitea?

Running on linux server as a systemd service.

Database

PostgreSQL

Can you reproduce the bug on the Gitea demo site?

No

Log Gist

No response

Description

My gitea doesnt show username's of commits. It only show "Your Name".

Screenshots

Screenshot from 2021-12-25 22-41-41

Originally created by @umut-akkaya on GitHub (Dec 25, 2021). ### Gitea Version 1.15.7 ### Git Version _No response_ ### Operating System _No response_ ### How are you running Gitea? Running on linux server as a systemd service. ### Database PostgreSQL ### Can you reproduce the bug on the Gitea demo site? No ### Log Gist _No response_ ### Description My gitea doesnt show username's of commits. It only show "Your Name". ### Screenshots ![Screenshot from 2021-12-25 22-41-41](https://user-images.githubusercontent.com/17011399/147392425-152ea9b1-3dfd-460a-acf9-1b5c1d34c950.png)
Author
Owner

@wxiaoguang commented on GitHub (Dec 26, 2021):

Does the git email match your Gitea account?

@wxiaoguang commented on GitHub (Dec 26, 2021): Does the git email match your Gitea account?
Author
Owner

@umut-akkaya commented on GitHub (Dec 26, 2021):

Does the git email match your Gitea account?

My email domain does not exist. I am going to set up an email server but it is not completed. How can check it ?

@umut-akkaya commented on GitHub (Dec 26, 2021): > Does the git email match your Gitea account? My email domain does not exist. I am going to set up an email server but it is not completed. How can check it ?
Author
Owner

@zeripath commented on GitHub (Dec 26, 2021):

Git commits are mapped to Gitea users by matching the email address of the commit author with a Gitea user with that email address.

How else would you expect Gitea to match commits with users?

@zeripath commented on GitHub (Dec 26, 2021): Git commits are mapped to Gitea users by matching the email address of the commit author with a Gitea user with that email address. How else would you expect Gitea to match commits with users?
Author
Owner

@umut-akkaya commented on GitHub (Dec 26, 2021):

@zeripath @wxiaoguang Thank you for all. I have solved the problem by configing git user.name user.email. I thought setting username and pass on android studio fix the problem but it did'nt. Is it because android studio only deal with auth not config ?

@umut-akkaya commented on GitHub (Dec 26, 2021): @zeripath @wxiaoguang Thank you for all. I have solved the problem by configing git user.name user.email. I thought setting username and pass on android studio fix the problem but it did'nt. Is it because android studio only deal with auth not config ?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#8289