본문 바로가기

기타 프로그램

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 이라는 이름은 사용되었다고 다른 이름으로 하라고 하면 

다른이름으로 설정하면 된다.

반응형