4
4

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 5 years have passed since last update.

brew update の .git/FETCH_HEAD エラー対処法

Posted at

結論

  • バーミッション変える
  • brew untap する

エラー内容

% brew update
error: cannot open .git/FETCH_HEAD: Permission denied

Error: Failed to update tap: homebrew/dupes
error: cannot open .git/FETCH_HEAD: Permission denied

Error: Failed to update tap: josegonzalez/php
error: cannot open .git/FETCH_HEAD: Permission denied

対処

brew untap homebrew/dupes
brew untap josegonzalez/php

上記をやると、以下のエラーもなくなる

error: cannot open .git/FETCH_HEAD: Permission denied
4
4
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
4
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?