gem sources -a http://ruby.taobao.org/
Error fetching http://ruby.taobao.org/:
SocketError: getaddrinfo: Name or service not known (http://ruby.taobao.org/specs.4.8.gz)
怀疑是解析不了域名,然后再 hosts 中添加了 ruby 镜像的 ip 地址,发现还是连不上;
gem sources -a http://ruby.taobao.org/ Error fetching http://ruby.taobao.org/: Errno::ETIMEDOUT: Connection timed out - connect(2) (http://ruby.taobao.org/specs.4.8.gz)
用公司内部的源也是报同样的错误: SocketError: getaddrinfo: Name or service not known
有人知道是什么原因吗?