“Auth Failed” error with EGit and GitHub

后端 未结 23 2599
灰色年华
灰色年华 2020-11-28 01:26

I\'ve installed EGit plugin at Eclipse Helios and I\'m trying to use it with my GitHub account, but when I try to configure it I get an \"Auth Failed\" error.

I\'d b

23条回答
  •  误落风尘
    2020-11-28 02:28

    My fourpenneth: my SSH keys were set up in Cygwin, at C:\cygwin\home\.ssh, so I pointed SSH to this folder instead of the default (Win7) C:\Users\\ssh, as per these instructions: http://wiki.eclipse.org/EGit/User_Guide/Remote#Eclipse_SSH_Configuration

    and used the ssh protocol, and it works fine. Trying to use the git protocol still gives "User not supported on the git protocol", though.

提交回复
热议问题