使用 BitBucket 配置 egit

发布于 2024-12-12 15:39:51 字数 201 浏览 2 评论 0原文

我决定尝试 BitBucket 和 Git,但我对如何配置 eGIT(Eclipse GIT 插件)以连接到 Bitbucket 的 GIT 存储库感到困惑。

有人知道这方面的任何文档吗?谢谢。

更新:我放弃了解决这个问题,目前使用 SourceTree,这是一个处理这个问题的简单工具。它是由 Attlasian(创建 Jira 的公司)创建的免费工具。

I decided to try BitBucket and Git but I'm confused on how to configuring eGIT ( Eclipse GIT plugin ) to connect to Bitbucket's GIT repo.

Anybody know any documentation on this? Thanks.

Update : I gave up to solve the issue, and currently using SourceTree, which is a simple tool to deal with this. It's a free tool created by Attlasian ( the company that created Jira ).

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(3

听风吹 2024-12-19 15:39:51

您的问题本质上是要求有关使用 egit 的文档 - 您可以在这里找到所有内容:

特别是,从那里链接的用户手册描述了如何使用 EGit 克隆存储库以及如何使用现有存储库 - 从您的问题中不清楚您处于哪种情况。使用 BitBucket git 之间的唯一区别存储库和另一个存储库托管服务的一个是本质上是 URL。一般来说,如果可能,您应该使用 SSH URL。

Your question is essentially asking for documentation on using egit - you can find that all here:

In particular, the user manual that is linked from there describes both how to clone a repository using EGit and work with an existing repository — it's not clear from your question which situation you are in. The only difference between using a BitBucket git repository and one from another repository-hosting service is the URL, essentially. Broadly speaking, you should use the SSH URL if possible.

萌化 2024-12-19 15:39:51

您在推送时可能会遇到 egit 身份验证问题。
要解决该问题,您可以打开 git 存储库查看器并添加远程存储库。
更多详细信息可以在这里找到: http:// lechmigdal.blogspot.com/2012/08/eclipse-egit-authenticity-of-host-cant.html

You may run into egit authentication problems while pushing.
To solve that problem you can open up the git repository viewer and add a remote repository.
More details can be found here: http://lechmigdal.blogspot.com/2012/08/eclipse-egit-authenticity-of-host-cant.html

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