【发布时间】:2012-12-02 01:54:18
【问题描述】:
在安装 rbenv 时尝试以下操作时出现权限被拒绝错误。我正在尝试设置我的 VPS 环境来部署我的 rails 应用程序。
deployer@max:~$ curl https://raw.github.com/fesplugas/rbenv-installer/master/bin/rbenv-installer | bash
bash: /usr/bin/curl: permission denied
curl 已安装。我该如何解决这个问题?
【问题讨论】:
-
重新安装 curl 解决了这个问题!
标签: ruby-on-rails permissions rbenv