Question

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?

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top