前提・実現したいこと
環境構築についてです。
progateのrbenvのインストールのエラーを解決したいです。
宜しくお願い致します。
発生している問題・エラーメッセージ
エラーメッセージ ```Updating Homebrew... fatal: Could not resolve HEAD to a revision ==> Auto-updated Homebrew! Updated 1 tap (homebrew/cask). ==> New Casks wezterm ==> Updated Casks Updated 161 casks. Warning: No available formula or cask with the name "rbenv". ==> Searching for similarly named formulae... Error: No similarly named formulae found. ==> 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. ### 該当のソースコード ```ここに言語名を入力 ソースコード
試したこと
ここに問題に対して試したことを記載してください。
エラーコードで検索したが、解決方法が見つからず
補足情報(FW/ツールのバージョンなど)
PC: Mac book Air
ここにより詳細な情報を記載してください。
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: 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 master
上記のように出ました。
御対応よろしくお願い致します
最後に出てくる
git -C $(brew --repo homebrew/core) checkout master
を実行しましょう。
実行したらできるようになりました。
ありがとうございました。
回答1件
あなたの回答
tips
プレビュー