5
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

"Error: Fetching /usr/local/Homebrew failed!"で、brew updateが失敗した時の対処法

Posted at

経緯

以下のエラーでbrew updateが失敗した。

$ brew update
Error: Fetching /usr/local/Homebrew failed!
Fetching /usr/local/Homebrew/Library/Taps/homebrew/homebrew-cask failed!
Fetching /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core failed!
Fetching /usr/local/Homebrew/Library/Taps/aws/homebrew-tap failed!
Fetching /usr/local/Homebrew/Library/Taps/weaveworks/homebrew-tap failed!

解決策

以下のコマンドで解決した。

$ brew update-reset

参考

5
3
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
5
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?