在安装 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 已经安装好了。我该如何解决这个问题?
在安装 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 已经安装好了。我该如何解决这个问题?