etc.
[Git] not a git repository 해결하기
Jisu_Park
2023. 3. 4. 12:54
fatal: not a git repository (or any of the parent directories): .git
git pull, add, clone시에 발생하며 해당 폴더에 git에 대한 내용이 없어 발생하는 에러라고 함
git init 후 다시 실행하면 해당 폴더에 .git 폴더 생성 및 정상작동 됨