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 Git Basics Getting Started With Git Commitment Therapy

I've watched this video three times and still don't get why I'm getting this question wrong.

What am i missing?

cecil merrell
cecil merrell
6,873 Points

please add more information

We've created a new file in this repository called README.md. Add it to the repository so that git knows to track it.

that's what it was I forgot to capitalize, wow... Thank you

2 Answers

cecil merrell
cecil merrell
6,873 Points

You have to add it to github via command line. the terminal they give you to use already assumes that you are cd'd into the same folder as the file.

example answer to part one is (all files are casesensitive)

git add README.md

more info here

https://help.github.com/articles/adding-a-file-to-a-repository-from-the-command-line/

I tried git add . and git add README.md // still not working ; looks like a bug to me.