使用 BitBucket 配置 egit
我决定尝试 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我发现这个网址非常有用
http://wangpidong.blogspot.com.es/2012/05/how-to-use-bitbucket-with-egit-in.html
I have found this url very useful
http://wangpidong.blogspot.com.es/2012/05/how-to-use-bitbucket-with-egit-in.html
您的问题本质上是要求有关使用 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.
您在推送时可能会遇到 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