Recently when I open git projects in Android Studio, I receive this error :
Error updating changes: Unsafe repository (`project name` is owned by someone else). To add an exception to this directory, call : git config --global --add safe.directory ...
I know using command line mentioned I can get rid of this, but isn't there any automatic solution?
I have lots of projects and every now and then I face this!