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 trialCameron Luken
7,850 PointsTreehouse Rails VM
When trying to run the 'vagrant up' command after installing everything the video said, I came up with an error when trying to download the remote file.
Camerons-MacBook-Pro:treehouse Cameron$ vagrant up Bringing machine 'default' up with 'virtualbox' provider... ==> default: Box 'treehouse-rails41' could not be found. Attempting to find and install... default: Box Provider: virtualbox default: Box Version: >= 0 ==> default: Adding box 'treehouse-rails41' (v0) for provider: virtualbox default: Downloading: http://vm.teamtreehouse.com/treehouse-rails41.box An error occurred while downloading the remote file. The error message, if any, is reproduced below. Please fix this error and try again.
The requested URL returned error: 403 Forbidden
I am not sure why this is happening so any help on how to fix this would be much appreciated. Thanks.
1 Answer
Adam Kelm
29,082 PointsI had a similar issue trying to access the VM, rather than downloading the file. This would explain why it couldn't connect.
Kang-Kyu Lee
52,045 PointsKang-Kyu Lee
52,045 PointsVagrantfile in
treehouse-rails41-vm.zip
file has url fortreehouse-rails41.box
but that's a bad link as you see. Seems like a glitch..