Error while executing gem…Permission Denied
问题 I am attempting to install taps from my Heroku app folder. When I type "gem install taps," I get the following error: ERROR: While executing gem ... (Errno::EACCES) Permission denied - /Users/jacob/.rvm/gems/ruby-1.9.3-p194/gems/taps-0.3.24/bin/taps I attempted to remove the taps-0.3.24 folder using rm -r and got this question: override rwxr-xr-x root/staff for /Users/jacob/.rvm/gems/ruby-1.9.3-p194/gems/taps-0.3.24//bin/schema? Upon typing yes, it tells me permission denied. Here is the