Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Import bitbucket into PHPStorm

Tags:

git

phpstorm

I feel like I have tried Everything but I keep getting a clone fail error:

Here is what I did

Open PHPStorm ->VCS -> Checkout from Version Control -> Git

In Git Repository URL: I insert https://[email protected]/MrRasmussen/udlejnings-priser.git

Parent Directory: C:\xampp\htdocs

Directory name: udlejnings-priser

Now when I press Test I get the following error:

Repository test has failed.

What am I doing wrong?

like image 874
Marc Rasmussen Avatar asked Sep 21 '13 12:09

Marc Rasmussen


People also ask

How do I clone a code from Bitbucket to IntelliJ?

But if you configure Mercurial ang Git (see Bitbucket 201 Bitbucket with Git and Mercurial) you can just 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.

How do I clone a Bitbucket repository?

Clone a Bitbucket repository Read more about Git cloning. Click + in the global sidebar on the left, and under Get to work select Clone this repository. Select HTTPS from the menu in the upper-right (unless you've already set up your SSH keys). Copy the clone command.


1 Answers

I recommend you to download a bitbucket plugin for PHPStorm. File > Settings > [Search for] plugins > Browse repositories > [Search for] Bitbucket

It will help you to clone your projects.

like image 106
Héctor Paúl Cervera-García Avatar answered Jan 29 '23 09:01

Héctor Paúl Cervera-García