After the recent eclipse update 2021-03 all bitbucket.org repositories can't pull/push anymore:
Pulling 1 repository
git@bitbucket.org:Acountxxx/Repoxxx.git: Cannot log in at bitbucket.org:22
git@bitbucket.org:Acountxxx/Repoxxx.git: Cannot log in at bitbucket.org:22
I tried to clone the repositories in a fresh workspace, also using ssh:
URI: ssh://bitbucket.org/REPOxxxx.git
Host: bitbucket.org
Repository Path: REPOxxxxx.git
Protocol: ssh
Port: blank
User: blank
Password: blank
Running into the same exception:
ssh://bitbucket.org:Acountxxx/Repoxxx.git: Cannot log in at bitbucket.org:22
The CMD git pull or git push still work fine.
Did anyone have the same issue and found a solution?
Environment:
Windows 10
git version 2.30.1.windows.1
Eclipse 2021-03
EGit: 5.11.0.202103091610-r
EDIT: Also interesting, other repositories e.g. from github still work fine. This behavior is the same for private and public repositories on bitbucket.
