Skip to content

Problem with displaying commits in contributions graph #80792

Discussion options

You must be logged in to vote

Check Repository Privacy Settings:

Ensure that your repository is set to be private if that's the intended setting. If it's public, your commits should be reflected in your contribution graph.
Verify Commit Author Email:
Ensure that the email address associated with your commits matches the email linked to your GitHub account. You can check this in your commit history.
bash
Copy code
git log

If the email addresses don't match, you may need to configure your local Git settings to use the correct email:
bash
Copy code
git config --global user.email "[email protected]"
Check SSH Key Configuration:

Confirm that your SSH key is correctly configured and associated with your GitHub account.…

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@AryanshuCreates
Comment options

Answer selected by MontyHubert
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4 participants