今天在 windows 上搭建一个 vagrant 环境来做开发使用,在使用 curl -L https://get.rvm.io | bash -s stable 命令安装 RVM 的时候出现了这个错误:
% Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- 0:01:03 --:--:-- 0curl: (7) Failed to connect to 2600:3c03::f03c:91ff:fedb:6957: Network is unreachable
解决办法: 使用这个命令来安装就可以解决问题了 curl -L https://raw.githubusercontent.com/wayneeseguin/rvm/master/binscripts/rvm-installer | bash -s stable