Skip to content
Discussion options

You must be logged in to vote

원인

분명 파일에는 src/middleware.ts 이렇게 되어있는데, 알고보니 src/\bmiddleware.ts 이런 식으로 저장이 되어있었다!
(정확한 원인은 모름)

해결방안

파일 이름에 특수문자를 원도우 파일 시스템이 인식하지 못해서 발생했기 때문에, 아래 command로 해결!

git config core.protectNTFS false
git checkout -f HEAD

Replies: 2 comments

Comment options

miniposi
Feb 14, 2024
Maintainer Author

You must be logged in to vote
0 replies
Answer selected by miniposi
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants