fatal: detected dubious ownership in repository 오류가 뜬다면 git 문제다
fatal: detected dubious ownership in repository
깃허브에서 보안 이슈로 인해 경로를 차단한 것
git config --global --add safe.directory [디렉토리 명] 을 입력하여 safe dirctory 로 등록해줘야 한다
git config --global --add safe.directory [디렉토리 명]