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 Introduction to Git First Commits First Commits

I 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

Podrig Leoghain you my friend are funny

Jennifer Nordell
seal-mask
STAFF
.a{fill-rule:evenodd;}techdegree
Jennifer Nordell
Treehouse Teacher

Hi 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! :sparkles:

lmbo off I would've never figured that out thank you jennifer