About the App
- App name: SourceTree
- App description: sourcetree (App: SourceTree.app)
- App website: https://www.sourcetreeapp.com/
Install Sourcetree On Mac
Cannot install Sourcetree on MacOS Catalina, get a popup: This software needs to be updated. Contact the developer for more information. Firefox downloaded this file today at 9:46 AM from www.sourcetreeapp.com.
Install the App
Install Sourcetree Mac Brew
- Press
Command+Space
and type Terminal and press enter/return key. - Run in Terminal app:
ruby -e '$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)' < /dev/null 2> /dev/null ; brew install caskroom/cask/brew-cask 2> /dev/null
and press enter/return key.
If the screen prompts you to enter a password, please enter your Mac's user password to continue. When you type the password, it won't be displayed on screen, but the system would accept it. So just type your password and press ENTER/RETURN key. Then wait for the command to finish. - Run:
brew cask install sourcetree
Done! You can now use SourceTree.
- Sourcetree is a free Git client for Windows and Mac. Open and close the navigation menu. Install, update, and manage Sourcetree at scale in your managed enterprise.
- When you install Mercurial, it comes with a configuration file that you update with your personal settings from a command window. Determine if you already have a.hgrc file in your user directory with following command: For Windows: ls.hgrc; For Mac and Linux: ls /.hgrc; If you don't have the.hgrc file, create one using the touch command.