我正在尝试安装Diaspora。当我在Windows中使用bundle install时,我遇到了一些问题,包括
Fetching http://github.com/BadMinus/devise.git
C:/Ruby Installation/Ruby187/lib/ruby/gems/1.8/gems/bundler-1.0.2/lib/bundler/ \
source.rb:550:in ``': No such file or directory - git clone \
"http://github.com/BadMinus/devise.git" \
"C:/RubyInstallation/Ruby187/lib/ruby/gems/1.8/cache/bundler/ \
git/devise-d0ffd5c55896afd260298fd75c36924c72f6636c" --bare --no-hardlinks \
(Errno::ENOENT)我也查看了论坛,并尝试了那里发布的解决方案,但它们没有什么帮助。
提前谢谢。
发布于 2010-10-14 02:52:42
我发现了错误(事后看来很明显):您试图安装的gem显然是从github安装的。结果是您必须从Git Bash命令行运行bundle install命令。您似乎正在尝试从常规命令行运行bundle install,但在该环境中,git命令不起作用。
发布于 2015-02-22 19:39:01
diaspora目前不适用于windows。您只能在基于unix的操作系统上安装有关详细信息,请查看此https://wiki.diasporafoundation.org/Installation
https://stackoverflow.com/questions/3920001
复制相似问题