[git] fatal: detected dubious ownership in repository at
by 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
원격지 특정 branch 당겨오기(처음부터)
2022.11.11
local에 branch 생성 후 원격지에 branch 업로드 하기
2022.09.07
git log csv로 export 하기
2022.08.08
git commit 로컬영역에서 지우기
2022.04.13
댓글 영역