AFTER INSTALLATION OF RUBY AND RUBY GEMS WHEN I GO 4 INTALL RAILS-THAT TIME ERROR

Y

YAG

c:\>gem install rails --include-dependencies
While executing gem ... (Gem::RemoteFetcher::FetchError)
getaddrinfo : no address associated with hostname. <Socket Error>
 
L

Luis Lavena

c:\>gem install rails --include-dependencies
While executing gem ... (Gem::RemoteFetcher::FetchError)
getaddrinfo : no address associated with hostname. <Socket Error>

That could mean you're not connected to the internet or that computer
cannot resolve the gems.rubyforge.org hostname.

try the following into a console window:

ping gems.rubyforge.org


You should get some output like:

Pinging gems.rubyforge.org [205.234.109.19] with 32 bytes of data:

Reply from 205.234.109.19: bytes=32 time=424ms TTL=54

If not, then there is something wrong with your TCP/IP Configuration.

HTH,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Members online

No members online now.

Forum statistics

Threads
473,766
Messages
2,569,569
Members
45,042
Latest member
icassiem

Latest Threads

Top