반응형
인텔리제이의 터미널에서 git 브랜치를 확인하려고 명령어를 실행했다.
git branch
fatal: 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. 위처럼 config를 설정해 주고, 다시 git branch를 실행하면 현재 브랜치를 확인할 수 있다.
반응형
'IT > GIT' 카테고리의 다른 글
[Git] please clean your repository working tree before checkout 문제 해결 방법 (0) | 2024.07.16 |
---|---|
[Git] Git There is no tracking information for the current branch. 문제 해결 방법 (0) | 2024.07.03 |
[Git] Git remote origin already exists 에러 해결 방법(remote origin 삭제) (0) | 2024.06.12 |
[Git] Make sure you configure your 'user.name' and 'user.email' in git 에러 해결 방법 (0) | 2024.03.11 |
VS Code(Visual Studio Code)에서 깃 clone, commit, push 하는 방법 (0) | 2021.07.14 |
STS(Spring Tool Suite)에서 깃허브(Github) 커밋(Commit) 및 푸시(Push) 하는 방법 (0) | 2021.07.14 |
STS(Spring Tool Suite)에서 깃허브(Github) 연동 및 클론하는 방법 (0) | 2021.07.14 |
깃허브(Github) Git 클론하는 방법 (0) | 2021.07.14 |
최근댓글