I created a new repository called DirectorySocket, and from my project directory called DirectorySocket I did the following:
$ git init
$ git add .
$ git remote add origin [email protected]:neilghosh/DirectorySocket.git
$ git commit -m "Initial version"
$ git push origin master
And I got the following error:
ERROR: Permission to neilghosh/DirectorySocket.git denied to neilghosh/googly. fatal: The remote end hung up unexpectedly
Why is it trying to push to another repository of mine on GitHub?
This happens also after I deleted the .git
folder and started over.
ssh-keygen
and followed @manojlds link (there's another link for ssh keys at the bottom) and it worked. Slowly, but it worked. – Krista K