I'm trying a 'git push'
I'm very new to Github and have managed to run git clone
and get the directory onto my Mac and I've made changes to a readme file (to test things) and then ran a
git commit -a -m "Changes to readme file"
git push
But get this message:
ERROR: Write access to repository not granted. fatal: Could not read from remote repository.
Please make sure you have the correct access rights and the repository exists.
I've Googled this error and tried a few of the suggestions with no success. If I run this it looks ok:
ssh -T git@github.com
I get:
Hi joebloggs! You've successfully authenticated, but GitHub does not provide shell access.
Any ideas what I'm doing wrong here? Thanks