1. ホーム

mac git エラーを使用します。.git/FETCH_HEAD を開けない: パーミッションが拒否されました。

2022-02-13 10:54:28

.git/FETCH_HEAD: Permission denied 回避策。 

sudo chown -R Current user:Current user's group .git

現在のユーザーグループがわかりません クエリーを入力してください。

groups // View the current user's group
groups user_name // View the group to which the specified user belongs

Note: There may be more than one user group

id -a user_name // You can find more detailed information about the group to which the specified user belongs

View the current user's username: whoami

例(.gitレベル)。

sudo chown -R anyao:staff .git