My folder can't connect with GitHub

HI!
My problem is that when I’m trying to connect my folder with GitHub through the commands I copied on GitHub, it writes me this (I enclosed an image).

The error message is saying not a git repository, meaning you probably need to create a git repository in that folder with the command: git init

Git innit would create a new local repository on your machine. You should create a repository on GitHub first and then use the command “git clone [connection]”. There are different types of connections you can use to connect to GitHub through the command line, like ssh or http requests.