Hi folks,
I have a problem with SourceTree. I have installed the latest Version and clone my private repository from bitbucket. This works fine but if I want to create the "Git Flow" Workflow I get following error:
git init -d /Applications/SourceTree.app/Contents/Resources/git_local/gitflow/git-flow: line 41: uname: command not found /Applications/SourceTree.app/Contents/Resources/git_local/gitflow/git-flow: line 41: egrep: command not found /Applications/SourceTree.app/Contents/Resources/git_local/gitflow/git-flow: line 50: sed: command not found /Applications/SourceTree.app/Contents/Resources/git_local/gitflow/git-flow: line 50: dirname: command not found /Applications/SourceTree.app/Contents/Resources/git_local/gitflow/git-flow: line 73: /gitflow-common: No such file or directory Completed with errors, see above
All of the listed commands are usable over terminal as they should. But how can I fix this issue =/?
Regards,
Sebastian
I finally found the issue.
And indeed it was $PATH, but it is not so obvious: I had stuff in my launchd.conf which caused the error.... removed that stuff and restarted the system :) thanks for your help!
You should mark this as a correct answer also.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Have you manually modified any environment variables, or used Homebrew? If so, the problem is not with SourceTree. You might try this solution from stack overflow, but be cautious modifying environment variables like $PATH - you can mess other software up.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for your response Seth, but my $PATH looks pretty normal:
/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin
No Homebrew installed
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.