curl -L get.rvm.io | bash -s stable执行这个报错时curl: (7) Failed to connect to 2600:3c03::f03c:91ff:fedb:6957: Network is unreachable
curl -L get.rvm.io | bash -s stable
出现以上问题时,可以执行以下命令来代替上面的命令
curl -L https://raw.githubusercontent.com/wayneeseguin/rvm/master/binscripts/rvm-installer | bash -s stable
文章来自:https://www.cnblogs.com/LMDclg/p/12283414.html