Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 연결리스트
- While문
- 안드로이드 빌드 안됨
- Intellij
- rufus
- 인텔리제이
- 로그
- CentOS7
- marquee
- 반복문
- gitbash
- 운영체제
- AI
- Vue
- 부팅디스크
- 안드로이드 빌드 안될때
- for문
- Linked List
- 잠시만조용히
- 인공지능
- GIT
- 핫모듈
- MUI
- Linux
- 자바
- 아오
- 백틱
- 깃
- CentOS
- 한글깨짐
Archives
- Today
- Total
새끼 개발자의 Life is egg
git core.autocrlf true 인데 계속 LF will be replaced by CRLF the next time Git touches it 뜰 때 본문
개발's egg/Git
git core.autocrlf true 인데 계속 LF will be replaced by CRLF the next time Git touches it 뜰 때
현z 2023. 8. 31. 11:04git add 할때마다 LF will be replaced by CRLF the next time Git touches it 라고 뜸
git config core.autocrlf true 해주라고 하길래 보니
이미 true로 되어있었지만...
한번 더 설정했는데도 계속 경고가 떳다.
깃 캐시를 날려주니 더이상 경고가 뜨지 않았음.
git config core.autocrlf true
git rm -rf --cached .
'개발's egg > Git' 카테고리의 다른 글
깃 커밋 합치기 (0) | 2023.08.22 |
---|---|
실수로 git stash drop 했을 때 되살리기 (0) | 2023.08.11 |
푸시하지 않은 예전 커밋 수정하기 (git rebase 이용) (0) | 2023.08.02 |
git stash, 특정 파일만 stash 하기 (0) | 2023.07.31 |
특정 커밋까지만 푸시하기 (0) | 2023.07.24 |
Comments