ruby - Gem install takes forever -


I am building and installing a local gem. In addition to installing verbose gem, bus sits and just waiting for long. No output

When the output occurs, it ends in seconds.

A local gem will expect to run quickly, but obviously it is doing something on the network, however, the gem is locally, which takes forever.

Any ideas on how it can be fixed?

I can do this but I think I have already found the problem.

I have to set / unset proxy settings and it seems that RubyGames is using a proxy server, even if I am not using it for example on the home network. As a result, the problem solves the problem. I did not expect that the gem will be used locally and all the dependencies are satisfied.

Are there. Since it turns out that RubyGames tries to use the network, there is no error message btw installed without any timeout error or nothing gem error messages. It only takes a very long time and there is no indication that anything is wrong.

Comments

Popular posts from this blog

ios - Adding an SKSpriteNode to SKScene from a child SKSpriteNode -

Matlab transpose a table vector -

c# - Textbox not clickable but editable -