I am trying to clone a repo from Bitbucket on Ubuntu and it fails with:
fatal: https://user@bitbucket.org/owner/repo.git/info/refs not valid: is this a git repository?
But if I execute the exact same command on my Mac it works fine.
The command I am using is:
git clone https://user@bitbucket.org/owner/repo.git
What could be the issue on Ubuntu?