brew uninstall --zap
needs --force
after failing with no Full Disk Access permission
#6287
Unanswered
injust
asked this question in
Everyday usage
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Output of
brew config
Output of
brew doctor
Description of issue
I normally keep Full Disk Access disabled for my terminal. However, this makes using
brew uninstall --zap
a poor experience.First run (with Full Disk Access disabled):
Second run (after enabling Full Disk Access):
I needed to add
--force
to get the uninstall to continue.Beta Was this translation helpful? Give feedback.
All reactions