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 password on workspaces??

I opened up the workspace console and typed:

sudo apt-get install git

it returned

[sudo] password for treehouse:

what is the password its asking to use? it is not the password i use to log into the site. is there a default password they are asking for? i'm confused.

2 Answers

If you're using the Workspace associated with the Git Basics course, the password is usually "mike the frog".

Jaime Rios
PLUS
Jaime Rios
Courses Plus Student 21,100 Points

The terminal works, assuming that you are in your local computer, with in Linux must have a password. SUDO gives you as the super user, the power to modify, view and edit every file in the computer.

In this case, you are running a virtual machine within Treehouse servers, that's why you don't have/need that particular password.