git add styles.css - Error #10
Answered
by
khoa-l
Elmanhands
asked this question in
Q&A
-
On starter Pack Lab 29 I downloaded the full style sheet, but when trying to run "git add styles.css" I got the following error: fatal: LF would be replaced by CRLF in styles.css The solutions I am finding online don't seem to work for me. Any suggestions? Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
khoa-l
Sep 27, 2023
Replies: 1 comment 1 reply
-
Would you try |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Elmanhands
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Would you try
git config --global core.autocrlf false
in your VSCode terminal? I think VSCode naturally sets line endings and it conflicts with the global git settings!