LoginSignup
1
1

More than 3 years have passed since last update.

Macでhomebrewをインストールするときに /usr/local/bin/brew update --force --quietとエラーが出る場合

Last updated at Posted at 2021-02-08

Macでhomebrewをインストールするときに /usr/local/bin/brew update --force --quietとエラーが出る場合の対処法です。

下記の用にインストール中にエラーが出る場合

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
.
.
.

Failed during: /usr/local/bin/brew update --force --quiet

homebrew がおかしいので根こそぎ削除します。

sudo rm -rf /usr/local/Homebrew ;

再度インストール

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1