I created a project in my terminal, Ubuntu. I then did
git init
git add .
git commit -m "fc"
Then, I created a PRIVATE repo on github.
Finally,
~$ git remote add github.com/my-user-name/XXXXXXX.git
~$ git push -u origin master
But I get this error
fatal: 'github.com/my-user-name/XXXXXXX.git' does not appear to be a git repository
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
I have SSH set up with this computer.
Thanks for the help.