0
MacBook-Air:~ bdeely$ gem install bundler
Successfully installed bundler-1.3.5
1 gem installed
Installing ri documentation for bundler-1.3.5...
Installing RDoc documentation for bundler-1.3.5...
MacBook-Air:~ bdeely$ rbenv rehash
MacBook-Air:~ bdeely$ bundle install
Bundler::GemfileNotFound

バンドラーを正常にインストールした後でも、このエラー「Bundler::GemfileNotFound」が発生し続けます。

何が起こっているのか誰にも分かりませんか?

参考までに、こちらの指示に従っています: http://octopress.org/docs/setup/

4

3 に答える 3

0

octopress のクローン作成の最初の 3 つのステップをスキップすることはできません。

git clone git://github.com/imathis/octopress.git octopress
cd octopress    # If you use RVM, You'll be asked if you trust the .rvmrc file (say yes).
ruby --version  # Should report Ruby 1.9.3

その後、octopress フォルダーにある必要があり、そのGemfile中に があります。次に進むことができますbundle install

于 2013-08-16T06:32:46.583 に答える
0

Octopress に付属の手順は明確ではありませんがbundle install、Octopress ディレクトリ内から実行する必要がある部分です。

于 2013-08-16T06:26:42.727 に答える
0

ディレクトリに作成Gemfileします。

Bundler は gem マネージャーです。必要な宝石をどこかに指し示す必要があります。場所はGemfileです。

論文

于 2013-08-16T06:01:55.223 に答える