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

Noelle Lewis
Noelle Lewis
7,895 Points

I thought when committing files you had to provide a message to go with it + that message had to be followed by a string

so why isnt this working?

Can you post what you entered?

1 Answer

Steven Parker
Steven Parker
229,670 Points

The message to go with it is optional, but the challenge task asks you specifically to include it by using the "-m" option.

If you believe you're giving the correct command, show your command line here so we can take a look.