Big (git?) trouble installing Homebrew - keep doing a detached HEAD and git-lfs warning #32
Replies: 3 comments 6 replies
-
I also tried to install
|
Beta Was this translation helpful? Give feedback.
-
Somehow you set up brew to use git-lfs, which is not needed. You can use |
Beta Was this translation helpful? Give feedback.
-
I ran into this problem when trying to install homebrew on a new Mac that had been restored from a backup. I assume the restore messed up something with the configuration. I didn't have |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I rely heavily on the awesomeness of Homebrew and it's a fantastic job that the dev community is doing!
The last couple of days has been quite frustrating for me - I would really appreciate some help
There clearly seem to be some sort of git issue going on:
HEAD is now at 569ce08d9 Merge pull request #8871 from issyl0/sorbet-more-typechecked-files
This repository is configured for Git LFS but 'git-lfs' was not found on your path. If you no longer wish to use Git LFS, remove this hook by deleting .git/hooks/post-checkout.
Here is what I have tried
☑️ installing git via binary installer instead of brew
☑️ installing git-lfs via download
☑️ installed xcode from binary from (developer.apple.com/download/more) and lastly from App Store (again)
I might have done more that I don't recall - tried a LOT of things.
I also read a LOT of Homebrew Community Discussions - like for example:
Need help with homebrew install
Unable to install Homebrew itself, maybe breaks at deleted git branch
When I do
mkdir
for folders like/usr/local/Homebrew/Library/Taps/homebrew/homebrew-core
and then it does not throw the errors (but still the warnings).I would really appreciate any help solving the issues. THANK YOU!
Beta Was this translation helpful? Give feedback.
All reactions