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 trialCynthia Wong
5,337 PointsHaving problem installing the Foundation 5 snippets into Sublime Text 2.
I really wanna make good use of the snippets offered but I can't seem to install the snippets using Terminal on my Macbook Pro.
I've watched several videos and even looked at the Treehouse blog post on Terminal. But I can't seem it make it work. It's showing me this message:
-bash: git: command not found
Can anyone help me out? I'm using the trial version of Sublime but that shouldn't be a problem.
2 Answers
Chris Shaw
26,676 PointsHi Cynthia,
The error you're getting it simply telling you that GIT isn't installed on your Mac, to install it simply download GIT from the below link, run the installer and restart Sublime Text if you still have it open. Now you should have no issues downloading plugins.
Cynthia Wong
5,337 PointsThanks so much! I wouldn't have known that.