GIT

[git] fatal: detected dubious ownership in repository at

happynuri 2022. 8. 18. 10:48

fatal: detected dubious ownership in repository at  라는 오류가 발생 함.

 

 

git bash에서 아래의 명령어를 실행 한 후 

 

git config --global --add safe.directory '*'

 

아래의 명령어로 pull 되는 것을 확인 함.

git pull origin master