May 29, 2014

Cucumber - Network error while fetching mime-type

Cucumber execution getting the error message like

network error while fetching http://rubygems.org/quick/marshal.4.8/mime-types-2.3.gemspec.rz


Go to the folder location of the project

I missed to find the solution to resolve this issue.

But I can mention here what are the commands I executed.

>> gem install paperclip

I tried to install the above gem. but Still I faced the issue with network error.

>> bundle
>> gem env
>> bundle env
>> bundle config
>>  gem install paperclip --verbose --backtrace --debug
>> gem clean
>> gem update
>> gem install rails


After executing the above commands, atlast I closed the my command prompt and ruby related information....

>> set http_proxy = http://<username>:<password>@hostname.com

Atlast I tried to install the paperclip gem again...


Now it works....

Still waiting for  time to check for... How I resolved the blocker.....



try to install the gem like

gem  install <gem name> --ignore-dependencies.

No comments:

Post a Comment