We work in some files that are placed in network share, more than one person can modify the same file, but when trying to push updates to github, we get error:
fatal: unsafe repository ('XXXX' is owned by someone else)
I have tried to update configuration of repo and mark it as safe directory but not working also
git config --global --add safe.directory d:\reponame