전체 글42 LF will be replaced by CRLF the next time Git touches it git config --global core.autocrlf true 해주기 참조 : https://cocoon1787.tistory.com/728 [Git] "LF will be replaced by CRLF in..." 에러 해결 방법 warning: LF will be replaced by CRLF in app.js. The file will have its original line endings in your working directory The file will have its original line endings in your working directory 🚀 git add를 할 때 위와 같은 에러들이 자주 발생 cocoon1787.tistory.com https://dabo-dev.ti.. 2023. 3. 12. vscode 언어설정 vscode 한국어로 설정하기 ctrl+shift+p >> language치면 `Configure Display Language` >> 한국어 선택 2023. 3. 12. sts data.sql insert 에러 sts data.sql 맨처음 data insert error org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSourceScriptDatabaseInitializer' defined in class path resource application.properties에 spring.jpa.defer-datasource-initialization=true 추가 2023. 3. 11. eclipse mustache 한글깨짐 한글 인식을 못하나보오..UTF-8로 해도안됨,, *.mustache 만드는 법을 알아왔더니,,,또 다른산이,, application.properties >> server.servlet.encoding.force-response: true 추가! 2023. 3. 5. eclipse에서 .mustache 파일생성 이클립스에서는 mustache가 지원이 안되나보오,,, 마켓플레이스에도 뜨지않는다,, 고로 html파일로 .mustache 로 알아듣게 하기! 상단 window >>preferences >>content types >>Text >HTML 누르기 >Add 눌러 *.mustache 해주기! 파일생성 > html > 파일이름.mustache 2023. 3. 5. git repository 합치기 repository가 뭔가 더러워지는 느낌! 그래서 합치기를 해봄! repository 합치고 싶다! cmd에서 branch나 따로 정하지 않은 상태, 그냥 cmd에서 들어간 상태에서 git subtree add --prefix=폴더이름 (합쳐짐을 당할)repo주소 (합쳐짐 당하는 repo의 default branch)main or master ▽ git push (합침을 할 repo, cmd에 저장한대로)이름 branch 그리곤 합쳐진 repo는 삭제하면 됨! 2023. 3. 4. 이전 1 2 3 4 5 6 7 다음