
이클립스에서 작업 후 git bash 에서 git add . 명령어를 실행시켰는데 해당 오류가 발생했다.$ git add .warning: in the working copy of 'src/main/resources/application.properties', LF will be replaced by CRLF the next time Git touches itwarning: in the working copy of 'src/main/java/com/potato/ChatApplication.java', LF will be replaced by CRLF the next time Git touches it OS 마다 줄바꿈 문자열이 다르기 때문에 형상관리를 해주는 git에서 경고메세지를 준 것이다.해결 방안해..
Trouble Shooting
2024. 11. 15. 23:11