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 trialVince Usher
7,159 PointsCan't type the password into the password field in console when trying to log onto treehouse server.
I type the command it tells me to type at the start (curl -L trhou.se/patch01 | bash) into the console and hit return. It loads and then asks for the password. When I hit keys, nothing is entered into the console, rendering me unable to type in a password. AKA. it doesn't accept any input? What's going wrong here?
3 Answers
James Carter
14,580 PointsHey Vince,
The console/terminal will actually not show any indication that you are typing in a password after it prompts you to enter one. You simply type in the password treehouse gives you which i believe is " mike the frog" and hit enter. Afterwards, you should be logged in assuming you typed the password in correctly. If you know for a fact you are typing the password in correctly, you might be in the part of the course where you have to type "sudo" before the user name & then type in the password.
Vince Usher
7,159 PointsIt worked mate, thank-you.
+60000 points.
Brett Kim
11,576 PointsAwesome! Thanks, James Carter!
Vince Usher
7,159 PointsHi James,
Appreciate that.
It should be showing dots in place of letters if that's the case. It simply won't let me enter anything. Have tried a few times inputting the password even with nothing showing up. Console just returns and gives me another password request.
Vince Usher
7,159 PointsCool, I'll give it another go when I get back to my Imac.
James Carter
14,580 PointsJames Carter
14,580 PointsHey Vince,
This is because the console wants to keep the password private. Thus, you will not be able to see your password as you type. Simply type in the password and hit enter/return on your keyboard. If the password is incorrect the terminal will tell you and just try again.
Best,
James