尝试在SUSE linux上使用Ruby Gems安装Dashing时出错....
sudo gem install -V dashing --source http://rubygems.org
ERROR: While executing gem ... (Gem::UnsatisfiableDependencyError)
Unable to resolve dependency: dashing (= 1.3.1) requires sass (>= 0)
spothi # sudo gem install -V dashing
ERROR: While executing gem ... (Gem::UnsatisfiableDependencyError)
Unable to resolve dependency: dashing (= 1.3.1) requires sass (>= 0)
spothi # sudo gem install dashing
ERROR: While executing gem ... (Gem::UnsatisfiableDependencyError)
Unable to resolve dependency: dashing (= 1.3.1) requires sass (>= 0)
spothi # sudo gem install dashing-1.0.5.gem
ERROR: While executing gem ... (Gem::UnsatisfiableDependencyError)
Unable to resolve dependency: dashing (= 1.0.5) requires sass (>= 0)
请告诉我,如何解决,因为我已经尝试将源码从https更改为http。
答案 0 :(得分:1)
t主要是由于公司的代理,我试过
gem install -p http:proxy:port dashing
it workeId