我试图遵循屏幕转换并复制这里提供的博客示例:https://github.com/neo4jrb/neo4j/tree/master/example/blog
执行的第一个命令,第一个错误,运行时错误,请参见下面,并建议如何正确进行:rails new blog -m http://neo4jrb.github.com/neo4j/neo4j.rb –0 create
`create README.rdoc create Rakefile create config.ru create .gitignore create Gemfile create app ... create tmp/cache create tmp/cache/assets create vendor/assets/javascripts create vendor/assets/javascripts/.keep create vendor/assets/stylesheets create vendor/assets/stylesheets/.keep apply http://neo4jrb.github.com/neo4j/neo4j.rb /Users/liviu-mac/.rvm/rubies/ruby-2.1.5/lib/ruby/2.1.0/open-uri.rb:231:in `open_loop': HTTP redirection loop: http://neo4jrb.io/neo4j/neo4j.rb (RuntimeError) from /Users/liviu-mac/.rvm/rubies/ruby-2.1.5/lib/ruby/2.1.0/open-uri.rb:149:in `open_uri' from /Users/liviu-mac/.rvm/rubies/ruby-2.1.5/lib/ruby/2.1.0/open-uri.rb:704:in `open' from /Users/liviu-mac/.rvm/rubies/ruby-2.1.5/lib/ruby/2.1.0/open-uri.rb:34:in `open' from /Users/liviu-mac/.rvm/gems/ruby-2.1.5/gems/thor-0.19.1/lib/thor/actions.rb:218:in `apply' from /Users/liviu-mac/.rvm/gems/ruby-2.1.5/gems/railties-4.1.7/lib/rails/generators/app_base.rb:144:in `apply_rails_template'`发布于 2015-01-28 19:23:23
假设您是在谈论https://www.youtube.com/watch?v=bDjbqRL9HcM,您应该在1:25的屏幕上看到一个新的固定地址的覆盖:
rails new blog -m http://neo4jrb.io/neo4j/neo4j.rb -O它也在视频笔记里。当我们把新网站放到网上时,旧网站坏了。
https://stackoverflow.com/questions/28199035
复制相似问题