search

Home  >  Q&A  >  body text

Is local git successfully linked to github?

I have a windows system and I have installed the git client locally. I want to check whether the link to github is successful? How to operate!

阿神阿神2793 days ago633

reply all(2)I'll reply

  • 给我你的怀抱

    给我你的怀抱2017-05-02 09:39:04

    ssh -T git@github.com

    reply
    0
  • 巴扎黑

    巴扎黑2017-05-02 09:39:04

    This needs to be configured. Have you set the corresponding username/email and the generated rsa secret medicine? If it is set up, directly execute the ssh -T git@github.com command and there will be relevant prompts whether the link is successful

    reply
    0
  • Cancelreply