I kept having problem with github these days, i created a new repository on github, then from local machine I tried to push my code to github:
git remote add origin g
How would the error
ssh git -v OpenSSH_4.6p1, OpenSSL 0.9.8e 23 Fed 2007 ssh: git: no address associated with name
be related to
fatal: remote origin already exists?
Also couldn't that problem be solved by
git remote add someothername git@github.com:tmi/logger.git