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

Danny Burns
PLUS
Danny Burns
Courses Plus Student 8,780 Points

rm -r project_folder/.git - Is this right or wrong. In my local terminal, it works fine. On treehouse challenge, NOT.

In the Git Basics course, question 2 of 3 in the first challenge, I'm asked to remove the git directory from the folder. When I enter the command above ^ I'm told it fails. On my local terminal, this works, every time. What am I missing?

1 Answer

Danny Burns
PLUS
Danny Burns
Courses Plus Student 8,780 Points

Never mind. I realized that in the challenge, you didn't need to use the file path, just the file to delete. Problem solved, though the question could've been structured a bit clearer. Carry on.