having trouble installing composer

后端 未结 6 1224
你的背包
你的背包 2020-12-24 01:59

I am installing composer with the following cammand

curl -s https://getcomposer.org/installer | php

But I am keep getting below err

6条回答
  •  攒了一身酷
    2020-12-24 02:44

    I had the same error. I ended up adding sudo to the php side and it worked for me.

    curl -sS https://getcomposer.org/installer | sudo php
    

提交回复
热议问题