У меня продолжали возникать проблемы с GitHub в эти дни, я создал новый репозиторий на GitHub, а затем с локальной машины я попытался отправить свой код на GitHub:
git remote add origin git@github.com:tmi/logger.git
fatal: remote origin already exists
git push origin master
ssh: github.com:uhdyi: no address associated with name
fatal: the remote end hung up unexpectedly
ssh git -v
OpenSSH_4.6p1, OpenSSL 0.9.8e 23 Fed 2007
ssh: git: no address associated with name
ssh git@github.com
Enter passphrase for key '/c/Documents and Settings/tmi/.ssh/id_rsa':
Error: HI, tmi! you've successfullly authenticated, but GitHub doesn not provide shell access
connection to github.com closed
git push origin master
ssh: github.com:uhdyi: no address associated with name
fatal: the remote end hung up unexpectedly
что здесь не так? Спасибо!