I have a problem creating new applications in Ruby on Rails ; I execute the rails new "myapp"
command and it gives me this error:
There was an error accessing
/home/userlinux/.bundle/cache/compact_index/rubygems.org.443.29b0360b937aa4d161703e6160654e47/versions
.The underlying system error is Errno :: EPERM: Operation not permitted @ utime_internal - /home/userlinux/.bundle/cache/compact_index/rubygems.org.443.29b0360b937aa4d161703e6160654e47/versions
Changing the permissions to the versions file is partially solved for the specific application on which it works. However, I would like to fix the problem at the root.
Rails 5.1.4 ruby 2.4.0p0 (2016-12-24 revision 57164) [x86_64-linux] Ubuntu 16.04.3 64-bit LTS