오류
[Git] LF will be replaced by CRLF in ~. The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in src/assets/i18n/cn.json.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in src/assets/i18n/en.json.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in src/assets/i18n/ko.json.
The file will have its original line endings in your working directory.
The following paths are ignored by one of your .gitignore files:
typings
Use -f if you really want to add them.
오류 상황
다국어 작업하다가 commit하려고 하니까 안됨
오류 원인
줄바꿈문자를 잘못써서 그런거라는데...
오류 해결
오류 뜬다는 파일 백업하고 revert하고 다시 커밋 하니까 됬다!
이런 오류일 때 참고 Git 설정 [ http://handam.tistory.com/127 ]
Webstorm의 경우 [ File->Line Separators ]에서 설정 가능
'오류관리' 카테고리의 다른 글
[Browser] WebSocket is already in CLOSING or CLOSED state. (0) | 2016.08.16 |
---|---|
TS2355: A function whose declared type is neither 'void' nor 'any' must return a value. (1) | 2016.08.04 |
[NPM] install Couldn't read dependencies (0) | 2016.07.21 |
[NodeJS] npm WARN Building the local index for the first time, please be patient (0) | 2016.07.21 |
[NodeJS] throw er; // Unhandled 'error' event (0) | 2016.07.19 |