fatal: not a git repository (or any of the parent directories): .git

설정·2022년 2월 15일
0

ERROR

목록 보기
10/10

# Error

fatal: not a git repository (or any of the parent directories): .git

# 원인

현재 폴더에 git에 대한 정보를 담은 파일이 없기 때문에 발생하는 에러.

# 해결

$ git init 수행후 다시 $ git remote add 명령어 실행

0개의 댓글