Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Development Tools Introduction to Git First Commits First Commits

Angelus Miculek
Angelus Miculek
6,228 Points

warning: in the working copy of 'medals.html', LF will be replaced by CLRF the next time Git touches it

I get this warning when I do the 'git add medals.html'

1 Answer

Travis Alstrand
seal-mask
.a{fill-rule:evenodd;}techdegree seal-36
Travis Alstrand
Treehouse Project Reviewer

Hiya Angelus Miculek 👋

Sorry for the scare! Luckily, this warning is just informational and you need not worry about it. Git will take care of this on it's own, it's just letting you know it's going to do so.

LF (Line Feed): Used as the line-ending character in Unix/Linux and macOS systems.

CRLF (Carriage Return + Line Feed): Used as the line-ending character in Windows.

There are ways to set configurations to automatically take care of this but it's outside the scope of this content. I would just keep pressing on. If you come across an issue and things aren't working, let us know and we'll definitely look into it.

Happy learning! 😃