Tell us what’s happening:
I completed Boiler plate project, still it is showing, not completed
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/147.0.0.0 Safari/537.36
Challenge Information:
Build a Boilerplate - Build a Boilerplate
Github Link: freeCodeCamp/curriculum/challenges/english/blocks/workshop-bash-boilerplate/5ea8adfab628f68d805bfc5e.md at main · freeCodeCamp/freeCodeCamp · GitHub
sometimes it takes some time for the workspace to communicate back to the fCC server.
If you completed the last step (and your user token was setup correctly at the start), then it will eventually update.
You can move to the next workshop in the meantime as the tick you get from doing the workshops does not stop you from continuing to learn, neither does it prevent you from getting a certification.
Code
mv /workspace/project/periodic_table /home/camper/project/
Then I navigated into it:
Code
cd /home/camper/project/periodic_table
I verified the location:
Code
pwd
which now showed:
Code
/home/camper/project/periodic_table
Finally, I added one more commit so the checker would rescan the repo:
Code
git add .
git commit --allow-empty -m "chore: move repo to correct location"
After that, FreeCodeCamp immediately recognized the project and marked Step 1 as complete.