How to clone a bitbucket repository?
On the left side of bitbucket screen there is a vertical column with buttons. The second button from the top is “CLONE” button . Press on this button .You will get HTTP address . Copy this address and use in git in regular way : git clone <HTTP address of repo>