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 trialAdrian Filimon
Courses Plus Student 6,668 PointsIt won't let me commit no matter what i add
I tried simply to commit, I tried with -a and -m, just -a or just -m with a message of course but it just sends me fail.
git commit
3 Answers
jacobproffer
24,604 PointsHey Adrian,
Can you post the error that you receive?
Adrian Filimon
Courses Plus Student 6,668 PointsI'm sorry, somehow it does not show you the exercise that I.m on. The error I receive is "Bummer!Fail!" https://teamtreehouse.com/library/an-oldfashioned-gittogether
jacobproffer
24,604 PointsHey Adrian,
Can you let me know how you are committing the file?
It should be something similar to:
git commit -m "Add index.html"