GIT - Course relational database - periodic table

problem
How can I fix this problem?

you are trying to add the files in the periodic_table directory?

I think you can cd first into the directory and run
git add --all

I’m trying to add the first file and then the first commit “Initial commit”. I can’t do this.

Like what @hbar1st is trying to say above. If you have not created a periodic_table folder, you need to and then you need to cd into it, git init the folder/repository then you should be able to add and commit like normal.

That’s right, it helped.