I install the rails according to the standard plan and at the very first step an error occurred I attach the screen:
how to fix it?
By your link is a script file, which is something muddies. As can be seen from what is displayed on the screen, the script tries to download the file, but throws out curl status 23 .
Go to the curl the man page and read what this status means. And he means
Write error. Curl couldn't write data files to local filesystem or similar.
Write error Curl cannot write data to the file system or to something like that.
So something does not allow us to write data. We give rights
\curl -L https://get.rvm.io | sudo bash -s stable Add sudo use the installer from the official site \ curl -L https://get.rvm.io | sudo bash -s stable
sudo , just like on the official website :) - D-sideSource: https://ru.stackoverflow.com/questions/485713/
All Articles
sudo- LEQADAdfprogram to the question. You can change the question by clicking the edit below question text. - aleksandr barakin