To have access to a repository I need to connect with a public key -- which I have created with my Terminal (OSX).
Can I use this public key with SourceTree?
Absolutely, if it's in the standard place (~/.ssh/id_rsa) that SSH picks up, SourceTree will automatically use it since it just calls git/hg, which calls SSH. I use this as my preferred approach for all authentication with SourceTree.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.