2013-08-16 80 views
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」。Bundler :: GemfileNotFound錯誤(Mac OSX)

有沒有人有任何想法可能會發生什麼?

僅供參考,我在這裏按照以下指示: http://octopress.org/docs/setup/

回答

0

在目錄中創建Gemfile

Bundler是一位寶石經理。你應該指出你需要哪個寶石。這個地方是Gemfile

Article

0

來與Octopress的說明是不明確的,但是從Octopress目錄內執行,你bundle install有一部分。

0

你不能跳過第3步克隆octopress的:在octopress文件夾

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 

之後,你應該並且在它Gemfile,現在你可以用bundle install

繼續前行