[해결방법] fatal: not a git repository (or any of the parent directories): .git

윤한영·2022년 5월 13일
11

GitHub

목록 보기
1/1
post-thumbnail

스터디를 진행하면서 PR 보냈어야 했는데 git remote add를 하는 과정에서
fatal: not a git repository (or any of the parent directories): .git 이러한 에러가 발생했습니다!

검색을 하면서 에러를 찾아보니 생각보다 간단한 에러였는데

fatal: not a git repository (or any of the parent directories): .git 에러가
발생하는 이유는
현재 폴더에 git에 대한 정보 담은 파일이 없기 때문에 발생하는 에러라고 합니다.

$ git init
$ git remote add origin (GitHub주소)  //origin이라는 이름으로 추가한다면 이렇게 하시면 됩니다!

순으로 명령어를 실행하면 문제가 해결됩니다!

3개의 댓글

comment-user-thumbnail
2023년 2월 19일

같은 에러를 해결못하고 있는데,, 깃허브 주소가 뭔가요?

답글 달기
comment-user-thumbnail
2023년 11월 16일

이거 지우기금지.....

답글 달기
comment-user-thumbnail
2024년 2월 5일

이거 따라하다가 건널 수 없는 강을 건넜네

답글 달기