前提・実現したいこと
Pythonをインストールをしようとしています。
発生している問題・エラーメッセージ
エラーメッセージ
error: Not a valid ref: refs/remotes/origin/master
該当のソースコード
試したこと
調べた結果、https://teratail.com/questions/330906 の記事が表示されて、ベストアンサーのコマンドを入力してみました。その結果、pathspec 'master' did not match any file(s) known to git
と表示されました。
doctorの指示通り、git -C $(brew --repo homebrew/core) checkoutとすると、fatal: You are on a branch yet to be bornとなりました。
補足情報(FW/ツールのバージョンなど)
brew -v ではHomebrew/homebrew-core (no Git repository)と表示されました。
brew doctorでは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
となりました。
あなたの回答
tips
プレビュー