250x250
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- EC2
- TypeScript
- Git
- Linux
- Tistory
- 자바
- 알고리즘
- 프로그래머스
- 티스토리챌린지
- 리눅스
- vscode
- 코테
- ubuntu
- 티스토리
- CodingTest
- 개발공부
- programmers
- error
- 우분투
- AWS
- 스프링부트
- 개발자
- SpringBoot
- 둔산동맛집
- 개발
- 코딩테스트
- React
- Java
- 오블완
- 코딩
Archives
- Today
- Total
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- EC2
- TypeScript
- Git
- Linux
- Tistory
- 자바
- 알고리즘
- 프로그래머스
- 티스토리챌린지
- 리눅스
- vscode
- 코테
- ubuntu
- 티스토리
- CodingTest
- 개발공부
- programmers
- error
- 우분투
- AWS
- 스프링부트
- 개발자
- SpringBoot
- 둔산동맛집
- 개발
- 코딩테스트
- React
- Java
- 오블완
- 코딩
Archives
- Today
- Total
320x100
728x90
목록gitadd (1)
개발자가 된 감자

이클립스에서 작업 후 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에서 경고메세지를 준 것이다.해결 방안해..
Error 해결
2024. 11. 15. 23:11
320x100
728x90