Github
fatal: not a git repository (or any of the parent directories): .git
YOONJELLY
2021. 8. 2. 12:10
fatal: not a git repository (or any of the parent directories): .git
해당 오류는 현재 폴더에 git에 대한 정보를 담은 파일이 없기 때문에 발생하는 오류이다.
git init을 통해 .git 폴더를 생성해주고
다시 git remote add 명령어를 실행시켜주면 간단히 해결된다.