-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix pre-commit bug #68
Comments
현재 아래는 해당 에러 로그에 관련된 최신 버전의 혹시나 이 에러가 반복해서 발생하면 |
별개로, api 에서 아래 내용 참고 부탁드립니다.
따라서 공통으로 사용하는 yarn remove husky && git config --unset core.hooksPath # husky 제거 시
git config core.hooksPath [--fixed-value] # core.hooksPath 설정 시 (참고: uninstall, githooks#_description) |
문제 상황
api
내에서 작업한 내용을 커밋하려고 했을때, 다음과 같은 에러 로그가 뜨며 커밋에 실패했습니다.대처한 내용
상황을 @2wheeh 님에게 공유드렸고, 논의한 결과 commit 하기 전에 stage 된 변경사항의 linting 작업을 수행하는
husky
의 버그인 것 같다는 잠정적 결론이 나왔습니다. 이후,husky
를 임시로 제거 조치하고나서는 정상적으로 commit 이 되는 것도 확인했습니다. 조치한 내용은 임시적이고 추후 확실한 대처는 @2wheeh 께서 맡기로 하셨습니다.The text was updated successfully, but these errors were encountered: