github no address associated with name

后端 未结 3 1873
你的背包
你的背包 2021-02-09 10:23

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         


        
3条回答
  •  萌比男神i
    2021-02-09 10:30

    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
    

提交回复
热议问题