permission denied for composer in /usr/local/bin/

后端 未结 9 834
隐瞒了意图╮
隐瞒了意图╮ 2020-12-30 20:16

I followed the documentation on https://getcomposer.org/doc/00-intro.md#globally to install composer globally on arch linux. When I do composer self-update, I g

9条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-30 21:01

    Even after moving the file via sudo mv composer.phar /usr/local/bin/composer I was getting a permission error when trying to run the composer command. sudo chmod 755 /usr/local/bin/composer fixed things for me.

提交回复
热议问题