EGit + Beanstalk - Auth Fail

I have Eclipse 3.5 and EGit 0.9.3 installed. Gitbash can authenticate a fine in Beanstalk, but for some reason Eclipse gives me Auth Failed when I try to import / clone a repo into Eclipse.

Also, I don't have the git + ssh option as a protocol - why? I copied my files from .ssh to ssh as some other messages pointed out, but it still doesn't work.

I tried adding git + ssh: // to the URI. I also tried the SSH protocol. When I select the git protocol, I get the error message "The user is not supported in the git protocol."

How can I use EGit to work with Beanstalk repositories?

+3
source share

Source: https://habr.com/ru/post/1766245/


All Articles