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

General Discussion

margarita Ilchenko
margarita Ilchenko
648 Points

Hello everyone! I can't exit from untracked files, when I do git status command. I would appreciate any help! Thank you!

It kept telling me, that there are untracked files and offered me to use git add command, which doesn't work.

David Bath
David Bath
25,940 Points

When you say that the add command doesn't work, what exactly are you trying, and what does git say in response?

1 Answer

margarita Ilchenko
margarita Ilchenko
648 Points

Hi David, thank you for your response, but I solve the problem. Turns out it was a very silly mistake - I wasn't in the correct place, meaning untracked files came up form computer, but not from folder, that I want to add to the git hub. So I just cd myself to the correct folder and problem solved. Thank you very much for response!! I very appreciate it!!

David Bath
David Bath
25,940 Points

You're welcome! Live and learn!