Hello!
I've been wrestling with getting Sourcetree to work for the last day. I'm failing on the tutorial. First obstacle was finding the "SSH/HTTPS button". There's no such button. There is a "clone" button which shows a dialog where you can select HTTPS or SSH and click "Clone in Sourcetree". I assumed the latter button is what was expected. The tutorial didn't help me at all in figuring out how to setup an SSH key, fortunately I was eventually able to fix that.
Next obstacle was figuring out that the tutorial forced me to install Git. Maybe I should have figured that out faster, there were some hints. (I wanted to only use Mercurial since I find the idea of two separate version control systems on the same machine redundant. Beats me why the tutorial assumes git.)
The current obstacle occurred when I, having cloned the repository, checked out the code and made some changes; tried to commit. Git gave me an error message: "Please tell me who you are". After googling this error (which the tutorial didn't warn me about) it seems I should install Git separate from Sourcetree and do some configuration to it. The really weird thing is that I entered my name and email address in the Sourcetree options menu, general tab, Default user information. I checked the "Allow SourceTree to modify your global Git and Mercurial config files". So Sourcetree should tell Git whatever Git needs to know. Is this how the tutorial is supposed to work?
I'm using Windows Vista and SourceTree version 1.4.1.0. Thanks in advance for any help
/David