-
Notifications
You must be signed in to change notification settings - Fork 3
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
Not Working? - No Changes? #9
Comments
Maybe it possibly takes time? If so, I will check back in a couple of hours and if so I will close the thread, here is my link to verify for any future testers to see this, thanks. https://github.com/ComputerConnor?tab=overview&from=2024-12-01&to=2024-12-31 |
From my analytics, I can see you are attempting to push the changes to Did you run the script (this thing: Further, I can see from analytics that many other users have run it in the last few hours and if I inspect some of their repositories, I can see the painter definitely worked. To me, this further solidifies that this seems like a "running the script" issue. Please don't hesitate to ask me more questions if you need, I'm here to help! |
Here is also the output of the script working and the script attached as a .txt file (I put the code in a .txt file because github wont allow me to upload .sh) |
Great, thanks for the update! Glad it works, have a good one. |
Well see, thing is nothing changed. Yes it pushed to the repo, yes it made the commits, but it is not reflecting on my github page as you can see (see link). (Yes I have private commits reflected). Am I missing a step or did I do something wrong? For context, I'm trying to apply the effect to the year of 2024. Any help would be appreciated. https://github.com/ComputerConnor?tab=overview&from=2024-12-01&to=2024-12-31 Thanks, |
I believe it could be a Git configuration issue. Re: Is this your name ("root") and email ("DESKTOP-TNTECHCONN.")? Those seem odd. Script and tool seem to be performing as expected, though. Perhaps run I'm curious. Let me know if updating your local Git config to match your GitHub's (and then rerunning) works. |
Figured it out! Yes, it was identifying it as root so when commits were being made it would say "root" made them and not myself. I brought the sh script over to my desktop in WSL 2 to try new and as a fresh attempt. One issue was for some reason, it kept wanting to use a "master" branch that was non existent so I added in the sh script "git branch -m master main" before it pulled the origin. Along with it setting the git config for user and email did apply to the config, but would still make commits under root, so by adding: git log --oneline --author="ComputerConnor" so I can think see for myself and upon tinkering around with the config, then it started using my name as the contributor. Now as you can see my page is updated and working. Thanks for your Help and the Script, |
I successfully pushed the changes to my private repo and turned on the setting to show changes even for private repos. After following the readme troubleshooting you provided, there are still no changes, any ideas?
Thanks
The text was updated successfully, but these errors were encountered: