Configuring egit with BitBucket

后端 未结 3 445
予麋鹿
予麋鹿 2020-12-25 13:51

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 document

相关标签:
3条回答
  • 2020-12-25 14:08

    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

    0 讨论(0)
  • 2020-12-25 14:11

    I have found this url very useful

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

    0 讨论(0)
  • 2020-12-25 14:16

    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.

    0 讨论(0)
提交回复
热议问题