I have a weird problem with my mercurial environment on windows 10. i usually work with ssh to connect to my Bitbucket repositories and it works fine but suddenly it stopped.
When i try to Pull, Push, Clone or any other command i started to get this error: pagent error
and the log says:
pulling from ssh://hg@bitbucket.org/<my repository>
no suitable response from remote hg
[command returned code 255 Thu Apr 20 11:38:49 2017]
this is the same output even when '--verbose' used and no other error messages happens.
Usually i use mercurial tortoiseplink to load my ssh keys but i also tried to use pagent and the same error occures.
just to be clear, the problem is not with my ssh key or bitbucket:
- i also use git-scm and there everything works fine, it connects to bitbucket over ssh with pagent and i have no problems.
- i tried to clone the repository on my ubuntu with the same ssh key and i have no problems there.
- other co workers have no problem in there windows environment
things i tied to do:
Reinstall Mercurial
Remove SVN in order to avoid any tortoiseplink conflicts
Load another ssh key to bitbucket
use tortoiseplink from SVN installation
i tried to use other internet connection
i tried to disable the windows firewall
close any VPN connections i have
and nothing seems to help.... :/
does somebody have any idea how to solve this issue?
sharon