Terminal shows successful commit & push but github repo is blank? #140731
Replies: 1 comment 3 replies
-
That's weird, have you tried cloning your repo again to a new environment? Make sure you are also properly logged to GitHub in your environment. I would also check the branch you are committing to. You can check which branch you're on with: "git branch" If you're not on the right branch, switch to the correct one with "git checkout " Then push again. Sometimes, even though you pushed, the files might not have been committed properly. Try running: "git status" git add . Lastly, I would check the remote setup. To check run: " git remote -v " |
Beta Was this translation helpful? Give feedback.
-
I cannot for the life of me understand why my repo is empty. I have been trying to trouble shoot for days. I've extensively asked claude for help and between the two of us, there is no understanding as to why my repo remains empty. Please someone help. Thank you
Beta Was this translation helpful? Give feedback.
All reactions