我在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]
答案 0 :(得分: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进行克隆工作。