-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
stgit doesn't find a locally-installed version of git #56
Comments
I was unable to reproduce this problem. You are running with Also, which version of Python are you running? I verified with several versions. Could you add a line to def __check_git_version():
...
print('PATH:', os.environ['PATH'])
... If all that doesn't reveal the root cause, could you bisect to figure out which commit introduced the problem? |
It appears that /usr/local/bin is not in root's path. |
Note that Instead, use One possible solution: try Since this problem appears to be outside StGit's control, I'm going to close this issue. |
I pulled the latest version of stgit this morning and tried to install it:
The text was updated successfully, but these errors were encountered: