How to push a new project in Github from Eclipse?

前端 未结 3 1926
不思量自难忘°
不思量自难忘° 2021-02-02 17:59

I am trying to push my new project in recently created Github repository. But having SSH authentication issue. I don\'t know the key management, as which key is to used and how.

3条回答
  •  失恋的感觉
    2021-02-02 18:22

    You will get that error message for every new host, when you connect the first time using SSH. Potentially a malicious person could have set up a server, which now answered your request, but is not the real github.com server. That is why you should verify the fingerprint and that is what the whole error message wants to tell you.

    If you accept that dialog, it will work fine afterwards.

提交回复
热议问题