Dev_Log
[Git] fatal: detected dubious ownership in repository at is owned by
LeeDaniel
2023. 3. 7. 17:39
[ 에러 발생 상황 ]
01. GitRepository에 2개의 프로젝트를 추가한뒤 Sourcetree를 실행했더니
02. 아래 에러 발생
detected dubious ownership in repository at is owned by: but the current user is: To add an exception for this directory, call:
[ Solution ]
01. 해당 Repository폴더에서 아래 명령어 실행
git config --global --add safe.directory '*'
728x90
반응형