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 trialJohn 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