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

Ruby Installing a Ruby Development Environment Installing a Ruby Development Environment Installing Ruby on Mac

Fatal Error when trying to install rbenv

I get the following error when trying to install rbenv

Last login: Wed Apr 9 13:10:24 on ttys000 Chelseys-MacBook-Pro:~ chelseymacneill$ git clone https://github.com/sstephenson/rbenv.git ~/.rbenv Cloning into /Users/chelseymacneill/.rbenv... fatal: https://github.com/sstephenson/rbenv.git/info/refs not found: did you run git update-server-info on the server? Chelseys-MacBook-Pro:~ chelseymacneill$

1 Answer

You can install rbenv via homebrew, that might be easier than trying to clone the repo