-
Notifications
You must be signed in to change notification settings - Fork 395
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
Problem after updating to Mac OS 12.3 (21E230) #153
Comments
~/dev/zsh-git-prompt(master⚡) » Before I used to have the number of changed files. |
cause of this problem may be that c.f. https://zenn.dev/sprout2000/articles/df9d59336a51d5 (sorry for Japanese blog only) |
Yes, I figured that out after a few hours of debugging. I ended up adding an alias in .zshrc |
Depending on circumstances, you might also need to install the xcode command line tools as described here: https://apple.stackexchange.com/questions/254380/why-am-i-getting-an-invalid-active-developer-path-when-attempting-to-use-git-a |
This will cause issues for anything attempting to run python2 code. Since this repo isn't being maintained use https://github.com/zsh-git-prompt/zsh-git-prompt instead. It works on systems with only python3. |
Stopped working as expected after 12.3 (21E230)
Before I got the number of diffs (up and down), now I just get the ⚡ icon.
The text was updated successfully, but these errors were encountered: