日々精進

新しく学んだことを書き留めていきます

brew install goを実行すると「Error: Permission denied - /Library/Caches/Homebrew/Formula/go.brewing」

/Library/Caches/Homebrew/の所有者がログインしているユーザでないことが原因。
以下のコマンドを実行すると直る。

sudo chown -R <username> /Library/Caches/Homebrew/