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 trialCarl Baker
2,491 PointsI've watched this video three times and still don't get why I'm getting this question wrong.
What am i missing?
Carl Baker
2,491 PointsWe've created a new file in this repository called README.md. Add it to the repository so that git knows to track it.
Carl Baker
2,491 Pointsthat's what it was I forgot to capitalize, wow... Thank you
2 Answers
cecil merrell
6,873 PointsYou 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/
sivA BOYAPATI
Courses Plus Student 1,249 PointsI tried git add . and git add README.md // still not working ; looks like a bug to me.
cecil merrell
6,873 Pointscecil merrell
6,873 Pointsplease add more information