大神们求助啊都一个星期了
ruby吧
全部回复
仅看楼主
level 1
bundle install出现这个问题怎么回事
2014年12月13日 18点12分 1
level 12
改一下gems的源头:
$ cat Gemfile
# A sample Gemfile
#source "https://rubygems.org"
source "https://ruby.taobao.org"
gem "sinatra"
$ bundle install
Fetching gem metadata from https://ruby.taobao.org/...........
Resolving dependencies...
Installing rack 1.5.2
Installing rack-protection 1.5.3
Installing tilt 1.4.1
Installing sinatra 1.4.5
Using bundler 1.7.7
Your bundle is complete!
Use `bundle show [gemname]` to see where a bundled gem is installed.
2014年12月14日 02点12分 2
1