If you have a question about a specific challenge as it relates to your written code for that challenge and need some help, click the Ask for Help button located on the challenge (it looks like a question mark). This button only appears if you have tried to submit an answer at least three times.
The Ask for Help button will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.
This way we can get a post that contains the challenge, see the requirements needed to pass, and see all your code. With what you initially posted, we have no idea what the requirements are. Thats why is requested to make the post this way. If you have failed the challenge three times then you will see the question mark button
I apologize. Didnt pay attention, I forgot the bash is different from the other challenges so you wont see the button like the other challenges. I see what you have been trying to pass the challenge. Can you copy the requirements of the step you are on and paste it here.
As you can see, I did all the steps correctly and created a folder called “fonts”, but the system doesn’t let me through, I’ve been sitting on this task for 2 days now and I understand that it’s not my fault.
Task: This looks much better. The three icons are now in the icons folder. Make a fonts folder in your assets folder from here for all the font files.
Solv:
codeally@8cedb09dea6c:~/project/website/client/assets$ cd ~/project/website
codeally@8cedb09dea6c:~/project/website$ mkdir client/assets/fonts
codeally@8cedb09dea6c:~/project/website$ ls client/assets/
fonts icons images
codeally@8cedb09dea6c:~/project/website$
Why don’t I continue to pass the course, what am I doing wrong? I’m standing still and can’t move on, help
will you help me? As you can see, I did all the steps correctly and created a folder called “fonts”, but the system doesn’t let me through, I’ve been sitting on this task for 2 days now and I understand that it’s not my fault.
Task: This looks much better. The three icons are now in the icons folder. Make a fonts folder in your assets folder from here for all the font files.
To be honest, I am not seeing an issue. You are in the website folder and made the right command. When I was going through this challenge I had a similar issue before, it was making one of the folders. Even though the folder was showing it said it didnt pass so I ran the command to make the folder again, and it passed. Can you try resetting, going to the right folder and just running the command to make the fonts folder again and see what happens