我正在运行rails 2.3.9并尝试运行:
rake rails:模板LOCATION = http://compass-style.org/rails/installer
将罗盘安装到我现有的项目中。
我在Windows Vista机器上,它正在给我:
耙子流产了! 禁止重定向:http://github.com/chriseppstein/compass/raw/master/lib/compass/app_integration/rails/templates/compass-install-rails.rb - > https://github.com/chriseppstein/compass/raw/master/lib/compass/app_integration/rails/templates/compass-install-rails.rb所以我试着跑:
$ rake rails:template LOCATION = https://github.com/chriseppstein/compass/raw/master/lib/compass/app_integration/rails/templates/compass-install-rails.rb
但现在我明白了:
applying template: https://github.com/chriseppstein/compass/raw/master/lib/compass/app_integration/rails/templates/compass-install-rails.rb
耙子流产了!
证书验证失败
答案 0 :(得分:0)
你遇到的问题是github,而不是指南针。 Github最近切换到ssl,它导致了使用这种安装的各种库的一些问题。您正在使用https网址作为克隆网址,您可能没有进行身份验证。尝试退出你的github帐户,然后回到指南针仓库回家并将网址复制为公共http网址,或使用git协议而不是http。