GIT | core.useBuiltinFSMonitor=true 해결법

|

문제
hint: core.useBuiltinFSMonitor=true is deprecated;please set core.fsmonitor=true instead
hint: Disable this message with "git config advice.useCoreFSMonitorConfig false"

위와같이 내용이 뜨는 경우가 있습니다. 곧 FS 모니터를 지원 종료하니 아래의 명령어를 통해 설정을 다시 해달라는 이야기입니다.

해결법

image 122
GIT | core.useBuiltinFSMonitor=true 해결법 2

이 때는 git config advice.useCoreFSMonitorConfig false 를 입력하면 해결할 수 있습니다.

답글 남기기

이메일 주소는 공개되지 않습니다. 필수 필드는 *로 표시됩니다

클릭하여 복사