我是Rails3的新手,但我只会安装CommunityEngine。我跟踪了本教程,但我没能让它开始工作。
这是一个错误:
root@develoepr:/home/pthoelken/cengine# bundle安装--binstub 获取bborn/communityengine致命:存储库'bborn/communityengine‘不存在Git错误:目录/home/pthoelken/cengine中的命令
git clone bborn/communityengine /usr/local/rvm/gems/ruby-1.9.3-p429/cache/bundler/git/communityengine-551de75f7b47f61c52169b8870957a774ec7f423"--bare --no-hardlinks失败。
发布于 2013-07-31 19:31:38
你可以找到答案此链接
更新您的Gemfile gem 'community_engine‘,:git => 'https://github.com/bborn/communityengine.git',:分支=> 'rails3’
https://stackoverflow.com/questions/17115698
复制相似问题