ターミナルコマンド
```/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
でhomebrewをインストールしたところ ``` HEAD is now at d3252ec2a Merge pull request #12576 from thomvaill/fix-vendor-install-private-registry-token error: Not a valid ref: refs/remotes/origin/master fatal: ambiguous argument 'refs/remotes/origin/master': unknown revision or path not in the working tree. Use '--' to separate paths from revisions, like this: 'git <command> [<revision>...] -- [<file>...]'``` このよなエラー画面が記載され、ここから先に何も進まないので、ターミナルを❌閉じし、再度ターミナルコマンドで、brew doctorと記載した所、```Please note that these warnings are just used to help the Homebrew maintainers with debugging if you file an issue. If everything you use Homebrew for is working fine: please don't worry or file an issue; just ignore this. Thanks! Warning: A newer Command Line Tools release is available. Update them from Software Update in System Preferences or run: softwareupdate --all --install --force If that doesn't show you any updates, run: sudo rm -rf /Library/Developer/CommandLineTools sudo xcode-select --install Alternatively, manually download them from: https://developer.apple.com/download/all/. You should download the Command Line Tools for Xcode 13.1. Warning: Homebrew/homebrew-core was not tapped properly! Run: rm -rf "/usr/local/Homebrew/Library/Taps/homebrew/homebrew-core" brew tap homebrew/core Warning: Some taps are not on the default git origin branch and may not receive updates. If this is a surprise to you, check out the default branch with: git -C $(brew --repo homebrew/core) checkout ``` と出ます。どうすればhomebrewをインストールできるでしょうか?
お使いの Mac の機種名は何ですか? 何年のモデルですか?
macOS のバージョンはいくつですか?
また、メッセージ内で、実行するコマンドが記載されていますが、試されましたか?
MacBookAirの2016年モデルです。
バージョンは12.1です。
先ほどPCをアップデートし、もう一度ターミナルでbrew doctorを入力した所、
Warning: Homebrew/homebrew-core was not tapped properly! Run:
rm -rf "/usr/local/Homebrew/Library/Taps/homebrew/homebrew-core"
brew tap homebrew/core
Warning: Some taps are not on the default git origin branch and may not receive
updates. If this is a surprise to you, check out the default branch with:
git -C $(brew --repo homebrew/core) checkout
と記載されました。
また、メッセージ内で、実行するコマンドが記載されているとおっしゃられていますが、どちらのコマンドでしょうか?
よろしくお願いいたします。
ちなみに実行するコマンドがどれかわからないので、試していません。
まず
git -C $(brew --repo homebrew/core) checkout
してみて、駄目だったら
rm -rf "/usr/local/Homebrew/Library/Taps/homebrew/homebrew-core"
brew tap homebrew/core
でしょうか。
回答1件
あなたの回答
tips
プレビュー