Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I cant install scss-lint #320

Closed
alundiak opened this issue Dec 12, 2014 · 3 comments
Closed

I cant install scss-lint #320

alundiak opened this issue Dec 12, 2014 · 3 comments

Comments

@alundiak
Copy link

$ gem install scss-lint
ERROR:  Could not find a valid gem 'scss-lint' (>= 0), here is why:
          Unable to download data from https://rubygems.org/ - SSL_connect retur
ned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed (
https://rubygems.org/latest_specs.4.8.gz)

Env: Windows 7, GitBash (git version 1.9.4.msysgit.2).
$ ruby -v => ruby 2.1.3p242 (2014-09-19 revision 47630) [x64-mingw32]

@trotzig
Copy link
Contributor

trotzig commented Dec 12, 2014

Are you able to install other gems?

@alundiak
Copy link
Author

Unfortunatelly no. looks like it's SSL/HTTPS issue for all ruby stuff.
I fixed for some time by doing this:

gem source -a http://rubygems.org/

Then gem installed, but still with warning.
U can close it, not scss-lint issue. As I see.

@trotzig
Copy link
Contributor

trotzig commented Dec 12, 2014

Thanks, I'm glad you were able to find at least a temporary solution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants