MacOS Brew:顯示找不到 HEAD (errors with brew update = fatal: Could not resolve HEAD to a revision) 前言: 新環境使用 brew 的時候,不時會發現沒有找到 git repo 的 HEAD 說明: root cause 不明;但是重新 tap 即可: 1 2 rm -rf $(brew --repo homebrew/core) brew tap homebrew/core REF https://github.com/Homebrew/discussions/discussions/1512