IT/GIT
[GIT] git fatal detected dubious ownership in repository 문제 해결 방법
인텔리제이의 터미널에서 git 브랜치를 확인하려고 명령어를 실행했다.git branchfatal: detected dubious ownership in repository at 'C:/wms' '' is owned by: BUILTIN/Administrators but the current user is: ID/TEST To add an exception for this directory, call: git config --global --add safe.directory '경로' 이번 글에서는 위의 문제를 해결하는 방법에 대해 기록한다.문제 해결 방법1. 위의 에러 내용에서 나왔는데, 아래의 명령어를 실행해 주면 된다.git config --global --add safe.directory '경로' 2..
2024. 12. 11.
최근댓글