Build a Number Guessing Game - Build a Number Guessing Game

Tell us what’s happening:

I completed the Number Guessing Game project and all requirements appear to be satisfied, but freeCodeCamp still says:

“Your git repository should have at least five commits”

My repository is public and currently has 8 commits on the main branch.

Repository:

Things I already verified:

  • Repository is public
  • Branch is main
  • git rev-list --count HEAD returns 8
  • git status shows clean working tree
  • Commit history is visible on GitHub

###Your project link(s)

solution: GitHub - vishal590/number_guessing_game · GitHub

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36

Challenge Information:

Build a Number Guessing Game - Build a Number Guessing Game

GitHub Link: freeCodeCamp/curriculum/challenges/english/blocks/lab-number-guessing-game/602da04c22201c65d2a019f4.md at main · freeCodeCamp/freeCodeCamp · GitHub

were you doing this locally or on codespaces?
Can you start the workspace where you were working and show us a screenshot of the entire workspace in vs code including the terminal with the output of the command:
git log --oneline

Edit also show us a screenshot (or more) of the coderoad tests passing