每次运行bundle install时,都会收到此错误。但实际上我的网络也很好。
B:\aptana workspace\File ish\aut1>bundle install
DL is deprecated, please use Fiddle
Fetching source index from http://rubygems.org/
Resolving dependencies...
Network error while fetching http://production.cf.rubygems.org/quick/Marshal.4.8/paperclip-ffmpeg-1.0.1.gemspec.rz
有人可以帮助我吗?
答案 0 :(得分:-2)
更新您的Gemfile
并在页面顶部写下此链接:
source 'https://rubygems.org/'
确保使用https://
协议。使用http://
考虑不安全。