Homebrewインストールできません!!!
$ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
をターミナルに入力しました。
すると。。。
謎のエラー文発生!
==> You are using macOS 11.0.
==> We do not provide support for this pre-release version.
This installation may not succeed.
After installation, you will encounter build failures with some formulae.
Please create pull requests instead of asking for help on Homebrew\'s GitHub,
Discourse, Twitter or IRC. You are responsible for resolving any issues you
experience while you are running this pre-release version.
==> This script will install:
/usr/local/bin/brew
/usr/local/share/doc/homebrew
/usr/local/share/man/man1/brew.1
/usr/local/share/zsh/site-functions/_brew
/usr/local/etc/bash_completion.d/brew
/usr/local/Homebrew
Press RETURN to continue or any other key to abort
とあったのでEnterを押した。
するとXcodeのライセンスが通ってないと言われたので、ライセンスの通し方をググりました。
$ sudo xcrun cc
このコマンドを叩くと同意してくださいと出たのでおもむろにEnterを押す。
そして再度
//raw.githubusercontent.com/Homebrew/install/master/install.sh)
を実行。
なんと!!!
インストールできたっぽい!