Skip to content

Instantly share code, notes, and snippets.

@zorn
Created October 6, 2015 14:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zorn/9f215fa2c2e02d22bcea to your computer and use it in GitHub Desktop.
Save zorn/9f215fa2c2e02d22bcea to your computer and use it in GitHub Desktop.
10/6/15 10:33:59.609 AM smd[1504]: App "com.torusknot.SourceTreeNotMAS" did not pass helper check "com.atlassian.SourceTreePrivilegedHelper2".
10/6/15 10:33:59.609 AM SourceTree[4200]: Failed to install privileged helper: Error Domain=CFErrorDomainLaunchd Code=4 "(null)"
@k06a
Copy link

k06a commented Nov 24, 2015

@k06a
Copy link

k06a commented Nov 24, 2015

Solution found: https://jira.atlassian.com/browse/SRCTREE-3172
alias stree='/Applications/SourceTree.app/Contents/Resources/stree'

@BBlackwo
Copy link

I already had the stree application under /Applications/SourceTree.app/Contents/Resources/stree just had to create a symlink to /usr/local/bin.

ln -s /Applications/SourceTree.app/Contents/Resources/stree /usr/local/bin/stree

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment