使用 hg4idea 插件将 bitbucket.org 上的私有 Mercurial 存储库克隆到 InetlliJ IDEA 中?
我在 bitbucket.org 上创建了私人存储库。我想从 IntelliJ IDEA 使用它。
我选择“从版本控制中签出”,然后出现一个消息框,其中包含 Mercurial Repository URL
字段和 Test Repository
按钮。
我应该在 Mercurial Repository URL
中输入什么?
我尝试了
http://bitbucket.org/my_user_name/my_repo_name
、https://
和https://[电子邮件受保护]/my_user_name/my_repo_name
。
没有任何效果。
当我单击测试存储库
时,我总是收到消息“存储库测试失败。”。
我认为这是因为没有用户名和密码字段,但我不能以某种方式输入这些数据吗?
I created private repository on bitbucket.org. I want to use it from IntelliJ IDEA.
I choose "Check out from Version Control" and there is message box with field Mercurial Repository URL
and Test Repository
button.
What should I enter into Mercurial Repository URL
?
I tried
http://bitbucket.org/my_user_name/my_repo_name
,https://
, andhttps://[email protected]/my_user_name/my_repo_name
.
Nothing works.
When I click Test Repository
I always get the message "Repository test has failed.".
I assume it is because there is no field for username and password, but can't I enter this data somehow?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
由于只有 最新的 hg4idea 版本支持身份验证,您可以尝试 访问并克隆您的 Bitbucket 存储库:(
也就是说,如果您的 Bitbucket 存储库是私有的一个,您在问题中确实提到过:
'
myuser
' 和 'mypassword
' 将成为您的 Bitbucket 帐户的登录名和密码,使用 http url 的基本访问身份验证)Since only the latest hg4idea version supports authentication, you could try, for accessing and cloning your Bitbucket repo:
(that is, if your Bitbucket repo is a private one, which you did mention in your question:
'
myuser
' and 'mypassword
' would then be the login and password for your Bitbucket account, using basic access authentication for the http url)我能够通过命令行提示符使用 BitBucket 在我的概述页面上提供的命令克隆存储库来完成此工作。完成此操作并在 IDEA 中激活项目的版本控制后,IDEA 允许我成功地从存储库中推送和拉取。
I was able to get this working by cloning the repository via a command-line prompt using the command that BitBucket gives me on my overview page. After doing that and activating version control on the project in IDEA, IDEA allowed me to push and pull from the repository successfully.