본문 바로가기

Programming/Git

[Git] fatal: not a git repository (or any of the parent directories): .git 에러 해결

 

말 그대로 not a git repository (or any of the parent directories),

현재 프로젝트 폴더/혹은 부모 디렉토리가 Git에 연결되지 않아서 생기는 문제이다.

 

Terminal에 아래의 내용을 적어 Git을 연결해주자.

$ git init
$ git remote add origin (Git주소)