【发布时间】:2012-10-29 06:46:13
【问题描述】:
我已将我的 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!
我已经在我的 10.7.4 上放了 ssh-askpass。在我输入 ssh-askpass 后,它在 macos 10.7.4 上运行良好。但是,它不适用于 macos 10.8.2 。
当克隆密码提示没有通过 eclipse 提示 ssh cloning 时。它适用于 http 克隆。
【问题讨论】:
标签: java eclipse macos osx-mountain-lion osx-leopard