Build a World Cup Database - Build a World Cup Database

Tell us what’s happening:

Hi, I’m stuck on the Periodic Table Database project.

All tasks pass except “The message for the first commit should be Initial commit”.

I verified with
git log --reverse --format=%B
and the first commit is exactly Initial commit.

This looks like a CodeRoad cache issue.
Could a moderator manually review or reset this check?

Thanks!

Your code so far

Your browser information:

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

Challenge Information:

Build a World Cup Database - Build a World Cup Database

total guess but I wonder if your initial commit message might have a hidden space character in it. Can you try to modify the message and make sure it has no extra spaces?
(also usually a simple ‘git log’ is all you need to see your prior commits)

Are there any other failing tests?
You can also click on the OUTPUT tab (two tabs left of the terminal tab) and see if there are any error messages logged there.

Edit: also as I noticed you are not using an english language vs code, please switch to an english language keyboard and redo the commit message in case one of the letters you typed in is not an exact match to the english language keyboard value of the same letter.