My Tech Notes
Git: disable autocrlf end-of-line conversion
When adding files to git,
git add --all
, you may get the error:
fatal: CRLF would be replaced by LF in ... ...
You can turn off the autocrlf to fix this:
git config --global core.autocrlf false
see also
git commit get fatal error "fatal: CRLF would be replaced by LF in ...
Eclipse Editor: How to change file format from Dos to Unix
Eclipse on Windows: set file newline format
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment