brew does not work anymore after pressing control+C during brew style #6230
Answered
by
na-trium-144
na-trium-144
asked this question in
Everyday usage
-
Output of
|
Beta Was this translation helpful? Give feedback.
Answered by
na-trium-144
Jun 19, 2025
Replies: 1 comment
-
After creating this discussion I found similar issue #5874 , and this solved the problem: cd /opt/homebrew/Library/Homebrew
mv vendor ~/
git checkout -- vendor (But I think it would be better if brew could fix this on its own...) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
na-trium-144
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After creating this discussion I found similar issue #5874 , and this solved the problem:
(But I think it would be better if brew could fix this on its own...)