New update by
david
For
Beanbag, Inc.
▸
Review Board
▸
Ticket #5024
A new version of git has tightened up the rules for when it will access a .git directory owned by another user on the system, even if permissions are set to allow it. You should be able to get around this by running this commend as a privileged user:
git config --system --add safe.directory '*'
|