(Note: These are the steps for a Windows installation of SourceTree. Not sure if there are differences for a Mac installation.)
- Download and install the latest release of Sourcetree for Mac. If you are unable to do so for any reason, download an applicable 2. X release and then perform the following steps in Terminal to setup prior to launching the app.
- Download and install the latest release of Sourcetree for Mac. If you are unable to do so for any reason, download an applicable 2.x release and then perform the following steps in Terminal to setup prior to launching the app: run defaults write com.TorusKnot.SourceTreeNotMAS agreedToEULA2 YES.
Generate/Load SSH Keys:
1. Open SourceTree.
Install Atlassian SourceTree. Go to www.sourcetreeapp.com and download SourceTree for Mac. At the time of this writing the latest version of SourceTree was 1.5.8. SourceTree for Mac comes packaged as a dmg file – after you open the dmg file you install the app the normal Mac way – by dragging SourceTree.app into your Applications folder. SmartGit, GitKraken, and SourceTree are probably your best bets out of the 14 options considered. 'Git-flow support' is the primary reason people pick SmartGit over the competition. This page is powered by a knowledgeable community that helps you make an informed decision. Install Sourcetree. Step-by-step instructions for installation. Connect your Bitbucket or Github account. If you want to add remote repositories, you need.
2. Pick “Create or Import SSH Keys” under “Tools” tab.
3. Keep default settings on new window and select “Generate” and follow instructions to generate SSH key pair.
4. Save both the public and private key.
5. Open your system tray and select Pageant (the icon of a computer wearing a fedora).
6. Click “Add Key” and select the private key you generated.
7. If the repository you want to clone is on an online hosting service, then copy public key and add to your site profile.

Clone Repository:
1. Pick “Clone / New” under “File” tab.

2. Copy SSH clone URL from repository to the line “Source Path / URL”.
3. Select desired Destination Path and Name.
Mac Install Sourcetree Software
4. Click “Clone”.
Mac Install Sourcetree Mac

Mac Install Sourcetree
5. You’re done! The repo may take a while to clone, so a bit of patience is required.
