I\'m trying to clone my git repo from bitbucket, and when I enter this command:
git clone https://naor_shoyhat@bitbucket.org/naor_shoyhat/hello-world.git
You can try:
git clone https://naor_shoyhat:@bitbucket.org/naor_shoyhat/hello-world.git
It worked for me in a pinch, but I do agree that it is not the best solution.