I'm trying to install sass gem. Installing fails with timeout error.
Error: Could not find a valid gem 'sass' ()=0), here is why: Unable to download data from https ://rubygems.org/ - timed out (https: //api.rubygems.org/specs.4.8.gz)
I tried to change my gem source from https ://rubygems.org/ to http ://rubygems.org/. When I'm trying to change gem source it fails with this error:
Error: While executing gem ... (Errno::ENOENT) No such file or directory @ rb_sysopen - H:/.gemrc
Can you help me with this issue?
(I've inserted spaces in links because I have less then 10 reputation)