ssh_keygithub$ ssh -T git@github.com
the ZGXXX/zgxxx.github.io here is another project of mine. I can"t figure out the relationship between them. Ask the great god for advice
ssh_keygithub$ ssh -T git@github.com
the ZGXXX/zgxxx.github.io here is another project of mine. I can"t figure out the relationship between them. Ask the great god for advice
Edit the ~ / .ssh / config
file and add the following:
Host *
AddKeysToAgent yes
UseKeychain yes
IdentityFile ~/.ssh/id_rsa
I have tried to connect successfully, but I can t clone it. Why? ...