前提・実現したいこと
rbenvのインストールをしたいと思っています。
最終的にはsassをインストールさせたいと思っており
そのためにHomebrewやrbenvをインストールしようとしているのですが
その途中でエラーが生じインストールができません。
原因がわからないため教えていただきたいです
発生している問題・エラーメッセージ
ターミナルで 【brew install rbenv】を入力
↓
【Updating Homebrew...
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>...]'】
上記が出て以降先に進みません。
該当のソースコード
現在のHomebrewバージョン
Homebrew 3.2.14-79-gb980fa1
Homebrew/homebrew-core (no Git repository)
Homebrew/homebrew-cask (git revision 4babc6e8e9; last commit 2021-10-03)
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 】
ソースコード
### 試したこと Homebrew/homebrew-core (no Git repository) と記載あったため brew doctorを確認し、そこに記載あった 【git -C $(brew --repo homebrew/core) checkout 】を試しましたが、 結果は 【error: pathspec 'master' did not match any file(s) known to git】 なりました。 ### 補足情報(FW/ツールのバージョンなど) 使用しているパソコンはMacBook Pro (13-inch, Mid 2012)で MacのOSはCatalinaバージョン10.15.7です MacのOSが古いためインストールできないのではと思っているのですが、 このOSでもインストールできる方法があれば教えていただきたいです。
回答1件
あなたの回答
tips
プレビュー