-
Notifications
You must be signed in to change notification settings - Fork 130
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
Unable to run brew update because of error: Failure while executing: git stash save --include-untracked --quiet #1255
Comments
Can you try running this command from issue #1093 and see if it works?
|
I have tried this, but it just gives me an "Illegal instruction" error: imac-g3:~ jan$ git config --global --add safe.directory /usr/local |
@pk2061 Did you build git with GCC 4.2 on Tiger by any chance? |
I guess so. |
If you look in If so, it seems that |
If you did build with GCC 4.2, |
Thanks for clarifying where to look. I guess I broke it myself. I am currently trying to reinstall git and let you know the result! Thanks for the help & support so far! :) |
Just an update: Also Thanks again for the help! |
Excellent, I'm glad it's resolved! |
I am trying to run brew update on my iMac G3 with tiger.
Unfortunately I am getting the following error:
imac-g3:~ jan$ brew update
Stashing your changes:
Error: Failure while executing: git stash save --include-untracked --quiet
imac-g3:~ jan$
I have git 2.48.1 already installed.
Can you please advice me what to do?
Thanks very much!
The text was updated successfully, but these errors were encountered: