Hi All,
Today, after installing RVM in my system i was getting a strange error "no same user error" whenever I was trying to install ruby with rvm. I was getting error of similar sort:
"Error opening archive: Failed to open '--no-same-owner': No such file or directory"
It is actually a bug in rvm, see this commit:
https://github.com/wayneeseguin/rvm/commit/52018750763d5321b7b993e201c8589b98e090f9
Finally after some googling, I could solve the issue with the following command:
[administrator@bdsi989-linux administrator]$ rvm get head
Hope this helps some one :)