Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG: can't show the contribution I made from public repo #204

Closed
ThunderCarver opened this issue Sep 20, 2023 · 8 comments
Closed

BUG: can't show the contribution I made from public repo #204

ThunderCarver opened this issue Sep 20, 2023 · 8 comments
Labels
bug Something isn't working

Comments

@ThunderCarver
Copy link

Describe the bug
When I fork a repo like named username/ABC to my own repo named myusername/ABC
and I clone it to my local machine and make some improvements.
However when I push those updates to my forked repo myusername/ABC:branch_x, those updates cannot show in the activity graph.

To Reproduce
Just like I described above

Expected behavior
the acitivity graph should show the changes I made in these forked repositories.

Screenshots
not available now

Desktop (please complete the following information):

  • OS: [macOS, Ubuntu]
  • Browser [safari]
  • Version [safari Version 16.6]
@ThunderCarver ThunderCarver added the bug Something isn't working label Sep 20, 2023
@github-actions
Copy link

Hi @ThunderCarver, thanks for opening this issue.

@Ashutosh00710
Copy link
Owner

@ThunderCarver the point is that the graph updates every 30 minutes when you refresh your page. Graph is not updating in realtime. We implemented things this way to avoid a ton of requests traffic to our server

@ThunderCarver
Copy link
Author

Thanks for your reply.

yet, the problem is not like you described. I would like to show you some screenshots to help you understand what happened.
First, I commit some work to my remote repo
image

and my remote url is shown by running “git remote -v” command:
image

but they didn’t show in my contribution graph far beyond 30 mintues, and following is my contribution graph:
image

as you can see day 21st has no contribution.

How can I set up to fix this problem.

@Ashutosh00710
Copy link
Owner

Ashutosh00710 commented Sep 22, 2023

Hmm ... 🤔💭 strange, I have to look into this. Right now I don't know the exact cause of this bug but when I visited your profile the commit was clearly visible. Not sure if it is actually a bug or not 😅

Here is a screenshot
Screenshot 2023-09-22 at 10 40 42 PM

@ThunderCarver
Copy link
Author

Oops, sorry for the late reply.
The 2 contributions shown on 21st is not from the commits in the forked repo rather than my other private repo. Actually, any commit I gitted cannot show in my contribution graph. And perhaps it related with forked repo. I find a rul(https:/anuraghazra/github-readme-stats#top-languages-card)/[Warning part] that looks similar. Hope this may provide some tips to you.
image

@ThunderCarver
Copy link
Author

Hey, do you figure out what cause the commits I push to a forked repo not shown in contribution graph?
Thanks 😄

@Ashutosh00710
Copy link
Owner

@ThunderCarver forked commits are not going to be considered as you commits that's why it is not showing up there. For more info refer this and check the 2nd point

@ThunderCarver
Copy link
Author

ThunderCarver commented May 19, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants