I created a new repository and I\'m running into a strange error. I\'ve used Git before on Bitbucket but I just reformatted and now I can\'t seem to get Git to work. After
If you are using SourceTree (I'm using 2.4.1), I found a simpler way to generate an SSH key and add it to my Bitbucket settings. This solved the problem for me.
I received a confirmation email from Bitbucket that an SSH key had been added to my account.
For reference, on macOS, using Terminal, you can use the following command to see the keys generated for your device. This is where the key you generated is stored.
ls -la ~/.ssh
As others have stated, this documentation helped me: Use the SSH protocol with Bitbucket Cloud