My Tech Notes
Search This Blog
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
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment