简体   繁体   English

安装Ruby on Rails时出现403禁止错误

[英]403 forbidden error while installing Ruby on Rails

I am trying to install Ruby on Rails on Windows 8 operating system as discussed in https://github.com/railsbridge/railsbridge-virtual-machine 我正在尝试在https://github.com/railsbridge/railsbridge-virtual-machine中讨论的Windows 8操作系统上安装Ruby on Rails

I successfully installed Virtual Box 4.2 and Vagrant 1.2.7 as mentioned in Steps 1 and 2 如步骤1和2所述,我已成功安装Virtual Box 4.2和Vagrant 1.2.7

As in step 3 when I try to install railsbridge virtual machine by running the below command in my command prompt I get 403 forbidden error. 正如在步骤3中,当我尝试通过在命令提示符下运行以下命令来安装railsbridge虚拟机时,出现403禁止错误。 vagrant box add railsbridgebox http://s3.amazonaws.com/railsbridgeboston/railsbridgevm-3.2-c.box 无业游民的盒子添加railsbridgebox http://s3.amazonaws.com/railsbridgeboston/railsbridgevm-3.2-c.box

This is the error I got 这是我得到的错误

Downloading or copying the box... ←[0KAn error occurred while downloading the remote file. 正在下载或复制文件夹...←[0KAn在下载远程文件时发生错误。 The error message, if any, is reproduced below. 错误消息(如果有)在下面复制。 Please fix this error and try again. 请解决此错误,然后重试。

The requested URL returned error: 403 Forbidden. 请求的URL返回错误:403禁止。

Help me to fix this issue. 帮助我解决此问题。

Check out GoRails guide on how to set this up. 查阅GoRails指南,了解如何进行设置。 It's similar to my set up and should work just fine :) 这类似于我的设置,应该可以正常工作:)

Using Vagrant for Rails Development 使用Vagrant进行Rails开发

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM