1. ホーム

error: config file .git/config をロックできない: パーミッションが足りない

2022-02-13 16:15:23

gclient ランフック中の問題です。

depot_tools のコピーが、古い URL から取得するように設定されています。
  https://chromium.googlesource.com/chromium/tools/depot_tools
https://chromium.googlesource.com/chromium/tools/depot_tools.git に更新してOKですか?[Y/n] y
error: config file .git/config をロックできない: パーミッションが足りない

パーミッションが足りない

https://www.crifan.com/mac_brew_update_error_could_not_lock_config_file_git_config_permission_denied/

ハイライト

sudo chgrp -R admin /usr/local
sudo chmod -R g+w /usr/local
ディレクトリのパーミッションの変更