📌폴더 remote 저장소에서 삭제
git rm -r —cached
git push remote주소 branch이름
📌실수로 git에 만든 서브모듈 삭제
rm -rf .git
git rm --cached --ignore-unmatch client
git add client/
출처 : https://stackoverflow.com/questions/16346098/accidentally-created-a-git-submodule
npm이 사용하는 명령어의 일부이거나 프로젝트명에 대소문자 또는 특수기호를 입력해서 생기는 에러