git cache 의 문제이므로 캐시 내용을 전부 삭제 후 다 시 git add 한다.
$ git rm -r --cached . $ git add . $ git commit -m "fixed untracked files"