使用 hg4idea 插件将 bitbucket.org 上的私有 Mercurial 存储库克隆到 InetlliJ IDEA 中?

发布于 2024-09-25 07:19:08 字数 646 浏览 6 评论 0原文

我在 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://, and https://[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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

默嘫て 2024-10-02 07:19:08

由于只有 最新的 hg4idea 版本支持身份验证,您可以尝试 访问并克隆您的 Bitbucket 存储库:(

hg clone http://myuser:[email protected]/MY_USER/MY_REPO

也就是说,如果您的 Bitbucket 存储库是私有的一个,您在问题中确实提到过:
'myuser' 和 'mypassword' 将成为您的 Bitbucket 帐户的登录名和密码,使用 http url 的基本访问身份验证

Since only the latest hg4idea version supports authentication, you could try, for accessing and cloning your Bitbucket repo:

hg clone http://myuser:[email protected]/MY_USER/MY_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)

被你宠の有点坏 2024-10-02 07:19:08

我能够通过命令行提示符使用 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文