我是sproutcore的新手,并且已经按照教程中的说明正确安装了sproutcore,包括从rvm到ruby 1.9.2到所有的gem依赖项。但是,每当我发出任何sproutcore命令时,它都会抛出这个错误。
sproutcore server fatal: Not a git repository (or any of the parent directories): .git fatal: Not a git repository (or any of the parent directories): .git fatal: Not a git repository (or any of the parent directories): .git fatal: Not a git repository (or any of the parent directories): .git /home/love/.rvm/gems/ruby-1.9.2-p320@global/gems/bundler-1.1.3/lib/bundler/rubygems_integration.rb:223:in `block in replace_bin_path': can't find executable sproutcore (Gem::Exception)
from /home/love/.rvm/gems/gems/sproutcore-1.8.2/bin/sproutcore:16:in `<top (required)>'
from /home/love/.rvm/gems/ruby-1.9.2-p320/bin/sproutcore:19:in `load'
from /home/love/.rvm/gems/ruby-1.9.2-p320/bin/sproutcore:19:in `<main>'希望,如果有人能解决,提前感谢。
发布于 2012-05-16 08:19:13
1.8.2 gem有一个问题,已修复并被推高为1.8.2.1
只需运行gem update sproutcore即可获得最新版本。
有关更多详细信息,请查看博客更新:http://blog.sproutcore.com/sproutcore-1-8-2-released/
https://stackoverflow.com/questions/10567490
复制相似问题