Small Asteroid Blog

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

도구/Git

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

작은소행성☄️ 2020. 10. 30. 17:28
728x90

 

 

 

초기화 작업이 진행되지 않아 발생하는 오류로

git init 명령어로 초기화 및 기본 설정 .git 디렉토리를 생성해야 한다.

 

# git init

# ls -la

 

 

 

 

 

그럼 다음과 같이  .git 이 생성된 것을 확인할 수 있다. 

 

728x90
반응형