我正在尝试将 Mercurial 连接到 PC 上的 Bitbucket,这真的很难。我按照这里的说明进行操作:
http://www.codza.com/mercurial-with-ssh-setup-on-windows
我正在运行设置为我的私钥的选美比赛。我在命令行输入了这个:
plink -v hg@bitbucket.org
我得到以下输出:
C:\mypath>plink -v hg@bitbucket.org
"skipped for briefness"
Access granted
Opened channel for session
Server refused to allocate pty
Started a shell/command
conq: invalid command syntax
Server sent command exit status 0
Disconnected: All channels closed
我的朋友在他的 PC 上尝试时遇到了同样的错误。你能帮忙解释一下问题是什么或如何调试吗?
跑步plink ssh://hg@bitbucket.org
给予Using username ssh://hg
和Disconnected: No supported authentication methods available.
谢谢你的帮助,凯文