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.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…