Git

does not have a commit checked out 에러 해결(git error)

느리지만 꾸준하게 2021. 11. 23. 01:41

git add . 하려고 하니까 아래와 같이 에러

does not have a commit checked out error

해당 폴더로 가서 숨김 폴더 표시를 처리하여  .git 폴더가 존재하는 것을 발견

삭제하고 다시 git add . 명령어를 실행하면 해결.

 

 

참고: https://anywaydevlog.tistory.com/m/31?category=494747