0

我在 beanstalk 上有一个 mercurial 存储库。然后我在eclipse上安装了mercurialeclipse,然后尝试克隆存储库。

Eclipse SDK 版本:4.2.2

MercurialEclipse 2.1.0.201304290948 mercurialeclipse.feature.group MercurialEclipse 项目

网址 - https://xxxx.hg.beanstalkapp.com/yyy

我收到“错误:<html>”的错误,但我可以使用给定凭据通过浏览器查看给定位置。我错过了什么吗?


我也试过tortoseHg。命令是

% hg clone --verbose -- https://xxxx.hg.beanstalkapp.com/yyyy URLError: <html>

[命令返回代码 255 Thu May 02 09:23:08 2013]

4

1 回答 1

0

根据此页面http://support.beanstalkapp.com/customer/portal/articles/602080-how-do-i-setup-tortoisehg-to-work-with-beanstalk-它应该通过 ssh 而不是 https 访问。

ssh://hg@ACCOUNTNAME.beanstalkapp.com:/REPOSITORYNAME

如果有疑问,让它在 TortoiseHg 中工作,并且一旦使用 MercurialEclipse 进行工作克隆。

于 2013-05-02T22:40:42.153 回答