You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I then discovered on StackExchange that it was because the master version of git-completion.bash I had downloaded was too recent for my built-in version of git:
Upgrading git via Brew will also fix this (brew install git; launch new terminal session), if you're allowed to do this on your machine. Literally just resolved this same issue on Mojave.
I was following the helpful instructions provided here:
#46 (comment)
However, afterwards, I got the following appearing in my shell:
I then discovered on StackExchange that it was because the master version of
git-completion.bash
I had downloaded was too recent for my built-in version of git:https://apple.stackexchange.com/questions/327817/git-completion-bash-producing-error-on-macos-sierra-10-12-6
Solution
I found out what my version of git was:
And then I downloaded the corresponding
git-completion.bash
version, e.g.:It works for me now (:
The text was updated successfully, but these errors were encountered: