Вопрос

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?

Это было полезно?

Решение

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.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top