I am updated my mac os 10.7.4 to 10.8.2(osx-mountain-lion) . After updated macos I am unable to clone repositories from eclipse . I got the below error .
I am using Mercurial-Eclipse-1.9.4
.
hg -y clone --noupdate ssh://integ-build3//advent/hg/zohomailclient zohomailclient
remote: Permission denied, please try again.
remote: Permission denied, please try again.
remote: Permission denied (publickey,gssapi-with-mic,password).
abort: no suitable response from remote hg!
I already put ssh-askpass on my 10.7.4 . It working fine on macos 10.7.4 after I put ssh-askpass . But, It not works on macos 10.8.2 .
when cloning password prompt was not prompted for ssh cloning
via eclipse . It works for http clone .