Problems with pushing to github repository from Eclipse: Auth fail

后端 未结 6 736
时光说笑
时光说笑 2021-02-02 02:38

I followed the steps from Egit user guide, but I get an error message with auth fail.

What I do:
I have copied the public key from Window >

6条回答
  •  孤独总比滥情好
    2021-02-02 03:32

    You can try and follow this tutorial, using the git+ssh protocol:

    git+ssh://git@github.com/path_to/repo.git.github
    

    Just git@github.com alone wouldn't work.

    alt text

提交回复
热议问题