anuraghazra / github-readme-stats

:zap: Dynamically generated stats for your github readmes
https://github-readme-stats.vercel.app
MIT License
69.8k stars 23.17k forks source link

The total number of commits displayed on my generated card is inaccurate. #3850

Open SnoepNFTs opened 4 months ago

SnoepNFTs commented 4 months ago

Describe the bug

I deployed my README repository on Vercel, but the total commit count appears to be incorrect on my card. It therefore does not align with my total contributions. Here is the mardown (and URL) I used in my file:

<div align=left>
  <img width=390 src="https://github-readme-stats-snoeps-projects.vercel.app/api?username=SnoepNFTs&include_all_commits=true&show_icons=true&theme=react&rank_icon=github&border_radius=10" alt="readme statistics" />
</div>

Expected behavior

I expect that the count of my total commits are anywhere near the contributions shown on my public github profile:

I made sure to enable the repo and user settings for my PAT environment variable.

image

image

Screenshots / Live demo link

image

Additional context

I experimented with both &count_private=true and &include_all_commits to see if these options would make any difference, but unfortunately, they did not.

SnoepNFTs commented 4 months ago

I do want to add that new commits that I am pushing appear to be added to the total count correctly. I believe the issue lies with initially fetching the correct number of (total) commits.

AZCodingAccount commented 4 months ago

I also have the same problem, specifically, my total contribution is 960, but only 910 is displayed, missing dozens of commits

ImanNoferesti commented 4 months ago

I'm having the same issue. My private commits are not showing up, even though I followed the steps in the video tutorial.

om3ga6400 commented 1 month ago

same!

krrish-sehgal commented 1 month ago

I would like to work on this , Please assign me this issue under hacktoberfest 2024. Thanks.