84669 人學習
152542 人學習
20005 人學習
5487 人學習
7821 人學習
359900 人學習
3350 人學習
180660 人學習
48569 人學習
18603 人學習
40936 人學習
1549 人學習
1183 人學習
32909 人學習
這個該怎麼解決呢? 求大神解救? 今天剛裝的系統所以不太懂。 。
lz提供的圖片沒什麼幫助,只是顯示成功安裝了rails。恭喜。
當用rails new project_name產生了專案後,會遇到bundle問題。
請更換gem source來處理這個問題。 目前比較穩定的國內源是http://gems.ruby-china.org/
http://gems.ruby-china.org/
好運!
幾經波折錯誤變成了。 。
Could not find gem 'rails (= 4.2.6)' in any of the gem sources listed in your Gemfile or available on this machine.Run bundle install to install missing gems.
bundle install
然後運行 bundle install 總是到一半就停止了。
在你的gemfile加 gem 'rails', '4.2.6'版本自己控制
gem 'rails', '4.2.6'
lz提供的圖片沒什麼幫助,只是顯示成功安裝了rails。恭喜。
當用rails new project_name產生了專案後,會遇到bundle問題。
請更換gem source來處理這個問題。
目前比較穩定的國內源是
http://gems.ruby-china.org/
好運!
幾經波折錯誤變成了。 。
Could not find gem 'rails (= 4.2.6)' in any of the gem sources listed in your Gemfile or available on this machine.
Run
bundle install
to install missing gems.然後運行 bundle install 總是到一半就停止了。
在你的gemfile加
gem 'rails', '4.2.6'
版本自己控制