我已将我的 mac os 10.7.4 更新为 10.8.2(osx-mountain-lion) 。更新 macos 后,我无法从 eclipse 克隆存储库。我收到以下错误。
我正在使用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!
我已经把 ssh-askpass 放在我的 10.7.4 上。在我输入 ssh-askpass 后,它在 macos 10.7.4 上运行良好。但是,它不适用于 macos 10.8.2 。
ssh cloning
当没有通过 eclipse提示克隆密码提示时。它适用于 http clone 。