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 trialBarry Cedergren
1,042 PointsSo many issues with Cmder, setting up Ruby.
I'm going through the Jason Seifer Ruby class and working along side the "Installing a Ruby on Rails Development Environment in Windows". Everything with the Cmder application gives me errors. I've looked up a few of the errors and resolved them (I think!), but I still don't see the same command prompt on mine as Jason's does.
For instance, his looks like this: C:\Users\Jason Seifer {git} {lamb}
Mine looks like: C:\users\bcede_000 (then a character that looks like the Cmder logo here)
I'm at the point of installing git by typing: -> git config --global user.name The result is an error saying "git: The term 'git' is not recognized as the name of a cmdlet, function, script file, or operable program..."
I'm not sure what I'm doing wrong, so hoping somebody can help.
3 Answers
Seth Reece
32,867 PointsIt sounds like git is not installed. git config --global is only for setting variables on your machine like user.name and user.email. It can't be used to install git.
Barry Cedergren
1,042 PointsSeth,
Can you tell me which if the items on that website I need to download? There are a couple options in the Git for Windows, including: GitHub for Windows, Git Extensions, SourceTree, git-cola, and Git-Eye.
Seth Reece
32,867 PointsJust grab git. The button that says "Downloads for Windows" should download it automatically.
Barry Cedergren
1,042 PointsBarry Cedergren
1,042 PointsI'm not sure. I'm just going step by step with Jason's video, and getting that error. I'm completely new to Ruby, command line programming, and git. I'm a Classic ASP guy trying to learn a new language that's modern, and not Windows-based. So far I'm having a heck of a time grasping the whole environment of tools, and getting these errors isn't helping :(
Seth Reece
32,867 PointsSeth Reece
32,867 PointsVisit https://git-scm.com/ to install git. Don't get discouraged by errors. Errors are how we learn best.