On windows Open Power Shell and do
> ssh-keygen -t rsa -C "EMAIL@HOST.com"
Then find the file at C:\Users\XXXXXX\.ssh
Copy the .pub file to bitbucket in Profile (top right) -> Manage account -> SSH keys.
Then when you clone use the ssh version.
To clone a repo:
Hit the clone button on the left