0

This has me stumped.

I followed the instructions to the dot on http://docs.cloudfoundry.com/docs/running/deploying-cf/ec2/

I used Ruby 1.9.3, Windows 7 64 bit.

Here is the error I get

C:\code\CloudfoundryAWS>bosh aws create
←[0m←[31m←[0m←[31mFailed to load plugin C:/Ruby193/lib/ruby/gems/1.9.1/gems/bosh_cli_plugin_aws-1.5.0.pre.805/lib/bosh/cli/commands/aws.rb: No such file or directory - /dev/null←[0m←[0m 

Yes, the weird arrows are part of the output.

There is a file called C:/Ruby193/lib/ruby/gems/1.9.1/gems/bosh_cli_plugin_aws-1.5.0.pre.805/lib/bosh/cli/commands/aws.rb

There is no file called /dev/null. Im not sure which one Ruby / Bosh is implying.

4

1 回答 1

2

找到了解决方案。分享,以便其他人发现它有用。确实/dev/null如此。我在其中创建了一个/dev文件夹C:\,它工作正常。

于 2013-07-11T20:17:45.513 回答