當我嘗試安裝CMS時出現錯誤。它說Bundler::GemfileNotFound
Bundler :: GemfileNotFound嘗試安裝cms
此外,當我運行bundle
它也說Bundler::GemfileNotFound
我該如何解決這個問題?
當我嘗試安裝CMS時出現錯誤。它說Bundler::GemfileNotFound
Bundler :: GemfileNotFound嘗試安裝cms
此外,當我運行bundle
它也說Bundler::GemfileNotFound
我該如何解決這個問題?
我想你會得到這個錯誤,因爲你沒有進入目錄。
即軌道新project_example
然後你做
CD project_example(CD代表更改目錄)
這個動作,你的項目中...
那麼你運行命令
運行「bundle init」,以便它創建空白Gemfile,並且可以根據需要對其進行編輯 – 2013-05-06 09:29:52
該評論爲我解決了同樣的問題。我不會說這個答案不是建設性的tbh。 – 2013-05-23 21:52:51
您需要爲此添加上下文。你的問題太模糊了。你甚至有一個Gemfile? – 2013-03-12 08:54:17