How to clone a project with Bitbucket in Intellij IDEA?

I tried VCS -> Checkout from Control Version -> Bitbucket (Bitbucket plugin).

The IDE shows the following:

Login to Bitbucket ...
Getting list of repositories ...

      

It's all. There are no dialog boxes for choosing a repository.

I would be grateful for your help.

Thank.

+3


source to share


1 answer


This is / was a bug in the third party BitBucket plugin. See Plugin does not work with IDEA 13 A comment to this report indicates that the plugin is not actively supported. But one community member has created a patch for it and has an alternate build of the plugin available for download.



However, you can clone the bitbucket repository without the BitBucket plugin . You don't specify if the repo is Git or Mercurial repo (since BitBucket supports both). But if you set up Mercurial ang Git (see Bitbucket 201 Bitbucket with Git and Mercurial ), you can simply clone it via VCS> Checkout from Version Control> Mercurial or VCS> Checkout from Version Control> Git. Just use the HTTPS or SSH URL shown in the "Clone" tab for the repository on bitbucket.

+16


source







All Articles