Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

sdfngsdlfkjnsdf
8,389 Pointsgit basics
2nd problem in repository basics, asked me to initialize git, no brainer: git init
asks me to remove the repository, here's what i had:
rm -r /project_folder/.git
tried different variations said it was wrong. what keys am i missing for this?
1 Answer

Craig MacIntyre
9,943 PointsYou're already in the project folder.
Try just 'rm -r .git'
sdfngsdlfkjnsdf
8,389 Pointssdfngsdlfkjnsdf
8,389 Pointsbrilliant, thank you Craig
by any chance, would you happen to know what this means: override r--r--r-- AuralisaM/staff for .git/objects/67/8e7a0654fe6555548d388fb459714341069d28?
i was trying to remove a folder ex: test_repo and received that message...