前提・実現したいこと
macへのMySQLを導入を、以下のような手順で行っているのですが、エラーを解決できずに困っています。
コマンドは、以下の2つのみ実行しております。
①Homebrewインストール
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
②MySQLのインストール
brew install mysql@5.7
参考にした記事
https://prog-8.com/docs/mysql-env
発生している問題・エラーメッセージ
fatal: Could not resolve HEAD to a revision ==> Searching for similarly named formulae... Error: No similarly named formulae found. Error: No available formula or cask with the name "mysql@5.7". ==> Searching for a previously deleted formula (in the last month)... Error: No previously deleted formula found. ==> Searching taps on GitHub... Error: No formulae found in taps.
Could not resolve HEAD to a revisionの意味を考え、他の人が同様のエラーで悩んでいないか調べたのですが
見つけることができませんでした。
アドバイスを頂いて、brew doctorを実行した結果。
Warning: Unbrewed header files were found in /usr/local/include.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
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 master
Warning: Your Xcode (12.0.1) is outdated.
Please update to Xcode 12.3 (or delete it).
Xcode can be updated from the App Store.
何か分かる方がいましたら、アドバイスを頂きたいです。
回答1件
あなたの回答
tips
プレビュー