curl -L get.rvm.io | when bash -s stable execute this error curl: (7) Failed to connect to 2600: 3c03 :: f03c: 91ff: fedb: 6957: Network is unreachable

curl -L get.rvm.io | bash -s stable

 

 

When the above problems, you can execute the following command instead of the above command

curl -L https://raw.githubusercontent.com/wayneeseguin/rvm/master/binscripts/rvm-installer | bash -s stable

Guess you like

Origin www.cnblogs.com/LMDclg/p/12283414.html