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://MrRasmussen@bitbucket.org/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?
You cannot have any @
symbols. You need to get a url that does not have this. For example, if you try to clone from this URL:
https://github.com/gamesbrainiac/requests.git
It will work fine.