2

尝试在 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。

4

1 回答 1

1

t 主要是由于公司的代理,我已经尝试过

gem install -p http:proxy:port dashing

它工作了

于 2013-10-08T17:42:40.783 回答