LFS error at git checkout in Jenkins
Problem solve Delete the project directory in jenkins_home/workspace. Add ‘extensions: [[$class: ‘GitLFSPull’]]’ in git checkout.
Problem solve Delete the project directory in jenkins_home/workspace. Add ‘extensions: [[$class: ‘GitLFSPull’]]’ in git checkout.
Visual Studio 에서 작업 중 이러한 컴파일 에러가 발생한 케이스가 있었습니다. 이 경우에는 .rc 파일에 대한 인코딩이 UTF-16이 아닐 가능성이 있습니다. .rc 파일을 메모장 같은 프로그램으로 열어서 Encoding을 UTF-16으로 변경 후 저장하고 다시 시도해보세요. .rc 파일은 다른 형식으로 인코딩 되지 않도록 조심해야 할 것 같습니다.