Domanda

I have a bunch of errors while connecting my git. Let see:

  • git push -u origin --all

1

  • ssh -vT git@github.com 2 Then
  • More investigation

3

What else can I do?

È stato utile?

Soluzione

You need to add the content of your public key ~/.ssh/id_rsa.pub to your GitHub SSH keys page.

https://github-images.s3.amazonaws.com/help/settings/ssh-key-paste.png

If GitHub knows of your public key, then ssh -Tv git@github.com will work.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top