Creating my github repository run the codes in the order
git add .
, git commit -m 'un commit
, but at the time of wanting to upload my code to the remote repository with the command git push -u origin master
I get an error, it is the first time I upload my code to github but I can not due to this error that it's due,
ERROR: Repository not found.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
by putting the command git remote -v
throws me
origin [email protected]:emeery/alimento.git (fetch)
origin [email protected]:emeery/alimento.git (push)