Problems with pushing to github repository from Eclipse: Auth fail

后端 未结 6 814
时光说笑
时光说笑 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条回答
  •  Happy的楠姐
    2021-02-02 03:23

    Check my solution from this related question: "Auth Failed" error with EGit and GitHub

    Briefly: set GIT_SSH environment variable with a path to the system ssh executable before launching Eclipse. Far from nice but works.

    For Ubuntu:

    > export GIT_SSH=/usr/bin/ssh
    > eclipse
    

提交回复
热议问题