Configuring egit with BitBucket

痴心易碎 提交于 2019-11-30 12:02:53

问题


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 ).


回答1:


I have found this url very useful

http://wangpidong.blogspot.com.es/2012/05/how-to-use-bitbucket-with-egit-in.html




回答2:


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

  • http://eclipse.org/egit/documentation/

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.




回答3:


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



来源:https://stackoverflow.com/questions/7906529/configuring-egit-with-bitbucket

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!