I'm using SourceTree, the stable release launched yesterday, on my Windows 7 laptop.
I generated the SSH keys using the Putty Key Generator in SourceTree, and saved them to my disk using the "Save public key" and "Save private key" options, as shown below:
Then I closed the window, and tried to import the private *.ppk key from Tools > Launch SSH Agent (Pageant) and selecting the private file. That's where the problem is. It doesn't accept the private key file:
That's the error I get. I am not sure why it's unable to open the private key file. Any idea as to what I could be doing wrong here?
Edit: Turns out the problem was saving the ppk in a path which had a space in it, and SourceTree wasn't coping with that properly when launching Pageant. This will be fixed in 0.9.0.2.
Old answer: That looks like entirely the correct process to me. I just repeated this process here and the .ppk I saved loaded back just fine. Are you sure you saved the *private* key as the .ppk? I usually call my public keys '.pub' to differentiate them from the .ppk files, the public keys are just plain text.
Yes. The private file was saved with a .ppk extension. I don't think it'll work, but I'll reinstall sourcetree and see.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Okay, I've tried reinstalling SourceTree to no avail. But I've found a temporary fix, which I've added as an answer. Please take a look. Does that say something? I've no idea why this is happening, or how to fix it. Hope you can find something. Looks like I should stick to github for windows for now.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Steve, please edit your answer and add the comment to posted under my answer so that I can mark this as the answer. Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Updated! :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have tried to load the key from my previously generated ppk file under TortoiseGit's putty keygen. I notice that SourceTree's Pageant cannot locate the ppk file if it is saved to TortoiseGit's directory in C:\"Program Files" or directly under C:\. Well, the file is actually unable to be located using "Computer" or command line (run as myself or administrator). But it is ok if I save the key under my Documents directory.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This might be because you need administrator permissions to do access these locations. SourceTree runs as your own user and not as administrator like TortoiseGit.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
UPDATE: Apparently it's a bug. See Steve Streeting's answer.
I'd consider the error a bug, but what do I know. Anyway, I finally got it to work, and here are my findings.
Undo what you did:
The workaround:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I couldn't reproduce this at all, until I tried placing the ppk in a folder which had a space in it. This is the root of the problem, which will be fixed in the next update.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have been chasing to solve this similar issue with my source tree , I tried all these steps which were provided.. but no luck
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
After MUCH stuffing around, I finally got Sourcetree on Windows to work. I'm using version 1.8.3.0.
It would just hang when I put in an SSH URL while trying to verify if it was a git repo. The problem was that putty had not accepted the remote host key.
The fix: try logging into the remote host using putty itself. The log-in will probably fail (depending on how SSH is set up on the remote server), but you will get the opportunity to save the host key.
Thereafter SourceTree will actually work with the SSH URL.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm using version 1.8.3.0
Only way I was able to get around this:
Somehow sourcetree wasn't able to read the keys loaded in the agent.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This bug seems to be 2 fold. One is the "space" in the directory structure. The second is it doesn't really "save" the decryption of the local key. I have to type it in every time I restart my computer and possibly SourceTree itself.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It doesn't work at all on my machine. Got a fresh installation of SourceTree and I'm not able to clone a repository from Bitbucket at all. Don't even get an error message in the GUI. If I start the git bash (not by pressing Terminal as it doesn't work as long as you don't have a local repository, but from the containing folder) it's reporting an authentication error. Really need my SourceTree but can't fix it somehow
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Nice! This worked out for me! Thank you!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This (set of instructions under the heading 'The workaround') worked for me too.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Still a constant PITA and now I cannot get it working on any repository.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
unfortunately, there's no real alternative. GitKraken looks fine, but on my linux system it only works properly when I work alone in a repository. If other users commit, GitKraken is somehow not able to pull anymore because it displays a merge conflict which isn't existing. Then I have to use the console to do the pull (which works just fine) and then it's working again. The GitKraken devs take care of their programme just as Atlassian...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
5 years have passed and this is still a problem, come on atlassian, could have written my own client in this time
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
For me "Launch SSH Agent" does nothing. I can import my converted SSH key in the "create or import SSH keys" but after closing the dialog it doesn't stay loaded.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
1. Launch SourceTree -> Tools -> Create or Import SSH Keys
2. Launch SSH Agent (Pageant) and add the private file
3. Go to bitbucket -> choose your repository -> Settings -> Access keys -> Add key
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It works in the standard version of source tree just fine. It's a problem of the enterprise version. You can choose between having a working SSH key connection or a different application path. Fucked up...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.