I would like to push from a local repository to my GitHub. For this I did the standard procedure:
git clone <chave ssh>
So much so, he created a copy of the GiHub repository locally. Inside this repository there is a folder with files that I also want to send to the corresponding repository in GitHub. I made add
and commit
of the folder and then made a push
to the repository in GitHub, but apparently it only adds the folder and not its files. I navigated to the folder and did the same previous procedure and got the following output:
$ git push origin master
ERROR: Repository not found.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Any suggestions on how to push
of these files?