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 Git Basics Branches Beginning to Branch

What is something goes wrong on the console 10 videos in?

It seems like you have to start over with the console and recreate directories from step 1. The console glitches out sometimes. This is driving me insane.

1 Answer

Daniel Barreto
PLUS
Daniel Barreto
Courses Plus Student 14,978 Points

You can get around this a couple of ways,

  1. Assuming you're on Windows, set up an Ubuntu VM on your working computer and you can use the terminal there. (What I do when I have my computer available to me)

  2. Sign up for Nitrous.io, the site gives you a server and editor in the cloud that has a Bash console for you to use. This is what I've been doing when I don't have my computer.

Hope this helps!