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.

John Wilkins
Front End Web Development Techdegree Student 5,076 PointsI get a error message that I get around 4:30
Instead of the console asking me who I am I get "bash: get: comand not found"
2 Answers

John Wilkins
Front End Web Development Techdegree Student 5,076 PointsPodrig Leoghain you my friend are funny

Jennifer Nordell
Treehouse TeacherHi there, John Wilkins ! It seems you simply have a typo and one that I've done about a thousand times myself, if I'm really honest. Take another look at that error message:
bash: get: command not found
This means that there is no get
command, but there is a git
command. Note the spelling difference between "get" and "git". I feel like this happens because we are so used to typing "get" that it's now muscle memory.
Hope this helps!

Podrig Leoghain
5,094 Pointsgit outta here!

John Wilkins
Front End Web Development Techdegree Student 5,076 Pointslmbo off I would've never figured that out thank you jennifer