I recently updated SourceTree to version 1.9.9.20, and it seems to no longer be using the PATH environment variable correctly. In particular, my commit-msg git hook is failing with the following message:
/usr/bin/env: 'python': No such file or directory
If I modify the script to run as a bash script, and have it `echo $PATH`, I get the following:
/mingw64/libexec/git-core:/mingw64/bin:/usr/bin:/c/Users/n0030352/bin:/c/Users/n0030352/AppData/Local/Atlassian/SourceTree/gitflow_local/gitflow:/bin:/mingw32/bin:/mingw64/bin:/c/Program Files (x86)/Atlassian/SourceTree/tools:/c/Users/n0030352/AppData/Local/Atlassian/SourceTree/git_extras
I get this error using both embedded and system git.
However, if I use the git terminal out of SourceTree, I get the correct PATH variable output, none of which contains SourceTree. I can also commit just fine.
So my guess is that the PATH variable output by SourceTree contains application-specific modification to the PATH variable, which fails to include the rest of the paths. For now I am just going to use 1.9.6.2.
This looks the same as my issue:
https://answers.atlassian.com/questions/44901910
How do I vote for this? If I follow the link, it says I don't have permission to view the bug.
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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.