I haven’t fully tested it, but these steps allowed me to clone a Bitbucket repository in Git Extensions.
You can use PuTTY to generate a public/private SSH key, then add that key to Bitbucket.
-
Run
GitExtensions\PuTTY\puttygen.exe -
Click Generate
-
Click Save public key (as a text file)
-
Click Save private key (as a ppk file)
-
Run
GitExtensions\PuTTY\pageant.exe C:\path\to\ppk-file.ppk -
Log into Bitbucket
-
Go into Account settings (Settings → Security → SSH keys*)
-
Paste your public key into the SSH keys text input as (spaces are important, do not include square brackets around the public key):
ssh-rsa [AA-YOUR-PUBLIC-KEY-ALL-ONE-LINE-SPACES-REMOVED-==] youremail@domain.example -
Click Add key
-
In Git Extensions, click Clone repository
-
Use the SSH repository link on Bitbucket as the repository to clone
-
Click Load SSH key
-
Browse to and load the ppk file
-
Click Clone