Macでgit init -qがpermission denied
解決したいこと
Macbook(M1)にHomebrewをインストールしようとしたが、証明書エラーでcurlが使えなくて困っている
発生している問題・エラー
以下のようなエラーが発生
/bin/bash -c "$(curl --cacert ~/Downloads/curl-ca-bundle.crt -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
==> Checking for `sudo` access (which may request your password)...
Password:
==> 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/ENTER to continue or any other key to abort:
==> /usr/bin/sudo /usr/sbin/chown -R kokushotaisuke:admin /usr/local/Homebrew
==> Downloading and installing Homebrew...
fatal: unable to access '/etc/gitconfig': Permission denied
Failed during: git init -q
gitの権限の問題だと思うのですが、どなたか対処法をご存知の方いましたら教えてください。
0