Howdy, I'm debugging an issue with an external tool which can pull code from Bitbucket. Is there documentation for the repository clone URL formats? I think with the API access the clone URL is under repository.links.clone, where the name is "https".
I tried to make a list of clone URL formats based on examples that I've seen but I'm not sure how up to date this is.
https://bitbucket.org/{username}/{repo}.git
https://{username}@bitbucket.org/{repo}.git
https://{username}:{password}@bitbucket.org/{repo}.git
Also is there much variation between clone URLs on Cloud, Server, and Data Center offerings? I noticed that only one of these was supported with the Data Center instance I usually work with. Thanks for any help!