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 trialKennard McGill
Full Stack JavaScript Techdegree Graduate 43,179 PointsHaving trouble with Bundle Install on Windows 7 after Installing Ruby on Rails
I'm currently stuck on the Generate a Rails Application lesson. The part where you are suppose to create the rails new treebook. After it runs, and goes to 'bundle install' it looks like I get some permission errors.
Here is the error message I get:
C:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/bundler-1.3.5/lib/bundler/vendor/net/http/persistent/ssl_reuse.rb:29:in `initialize': Permission denied - connect(2) (Errno::EACCES)
And at the end of the script run it says:
Unfortunately, a fatal error has occurred. Please see the Bundler troubleshooting documentation at http://bit.ly/bundler-issues. Thanks!
Well, I've looked through what they had and can't seem to find anything to help me resolve the issue.
Has anyone else had this trouble and resolved this error. Thanks!
2 Answers
Kennard McGill
Full Stack JavaScript Techdegree Graduate 43,179 PointsI finally have this resolved. It looks like my Norton Internet Security software was the issue. After disabling Norton I was able to run 'rails new treebook' on the command line and everything installed correctly.
Luke Jennings
4,662 PointsWow, sorry to dig up an old thread but I've been searching for an answer to this all day! Can't believe my antivirus was the issue..
Thanks!
David Wells
1,812 PointsDavid Wells
1,812 Pointsthanks, this helped me =)