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!
闭关修行中......
ssh -T git@github.com
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
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