久久久久久久视色,久久电影免费精品,中文亚洲欧美乱码在线观看,在线免费播放AV片

<center id="vfaef"><input id="vfaef"><table id="vfaef"></table></input></center>

    <p id="vfaef"><kbd id="vfaef"></kbd></p>

    
    
    <pre id="vfaef"><u id="vfaef"></u></pre>

      <thead id="vfaef"><input id="vfaef"></input></thead>

    1. 站長資訊網(wǎng)
      最全最豐富的資訊網(wǎng)站

      composer安裝出錯怎么辦

      composer安裝出錯怎么辦

      composesr安裝出錯:Installer corrupt

      這個問題的原因是https協(xié)議

      解決方法:

      1、先下載composer-setup.php在你當(dāng)前的目錄

      在終端輸入:

      php -r "copy('http://getcomposer.org/installer', 'composer-setup.php');"

      2、把composer安裝到你的bin路徑下(這樣你可以全局使用它)

      在終端輸入:

      php composer-setup.php --install-dir=/usr/local/bin --filename=composer

      3、取消那個composer的鏈接

      在終端輸入:

      php -r "unlink('composer-setup.php');"

      此時composer-setup.php這個文件已經(jīng)沒了

      4、檢查composer是否安裝成功

      在終端輸入:

      composer -v

      好了,開啟你的composer之旅吧

      贊(0)
      分享到: 更多 (0)
      網(wǎng)站地圖   滬ICP備18035694號-2    滬公網(wǎng)安備31011702889846號