GITHUB setup - no address associated with name

后端 未结 6 1805
灰色年华
灰色年华 2020-12-18 21:39

I\'m trying to setup GitHub on my system and I have done all the installation and key setup process:

But during test everything phase getting the following error by

6条回答
  •  北海茫月
    2020-12-18 22:31

    I also faced the same problem and the error was that: I was using the wrong URI, it should be like:

    ssh -T git@bitbucket.org

    and not as what was copied for cloning

    ssh -T git@bitbucket.org:username/repo.git

提交回复
热议问题