Random account appears as contributor on private repo #142011
Replies: 5 comments 3 replies
-
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
This comment was marked as off-topic.
This comment was marked as off-topic.
-
The issue seems to be that a random account appears as a contributor on your private GitHub repo. This could happen if commits were made with misconfigured Git settings or if another user’s identity was mistakenly linked to the commits. To resolve this:
Let me know if you need further clarification! |
Beta Was this translation helpful? Give feedback.
-
This happened to me as well, and I realized that I was the one who made the commit. However, it showed a different user in the commit history. After double checking my git config, I found that my gitHub email didn’t match the one I was using for the commits. This mismatch is likely why a different user appeared. I suggest you double check your git configuration using |
Beta Was this translation helpful? Give feedback.
-
Try to follow all of these steps, maybe some of them will help you
git log --pretty=format:'%h %an %ae'
If none of these solve the issue, it might be worth reviewing the project's access settings and running a security check to ensure no one else has unauthorized access to the repo. |
Beta Was this translation helpful? Give feedback.
-
Select Topic Area
Bug
Body
I was just creating a small Discord bot with nothing more than a couple python files. I'm very sure that I configured by account correctly on git, but when I made the commit and looked at it on the website, it says that a user called "WHYNoT3667" (who simply joined June 13 and has no other contributions) did the commit. I have no relation to whoever this is. What's going on? Is this some sort of bug? And when I look at the commits and click on their username on the top right, it doesn't list them, but rather only my name.
Beta Was this translation helpful? Give feedback.
All reactions