Windows下关于Composer使用时出现的问题及解决办法

问题一:

    Fatal error: Call to undefined method Composer\Package\CompletePackage::getTrans
    portOptions() in C:\Users\idiot\AppData\Roaming\Composer\vendor\fxp\composer-ass
    et-plugin\Package\AbstractLazyCompletePackage.php on line 184

解决办法
下载最新的composer.phar
https://getcomposer.org/download/
问题二:

    Could not fetch https://api.github.com/repos/jquery/jquery, enter your GitHub cr
    edentials to go over the API rate limit
    The credentials will be swapped for an OAuth token stored in C:/Users/idiot/AppD
    ata/Roaming/Composer/auth.json, your password will not be stored
    To revoke access to this token you can visit https://github.com/settings/applica
    tions
    Username: 
please create a GitHub OAuth token to go over the API rate limit
Head to https://github.com/settings/tokens/new?scopes=repo&description=Composer+on+iZ94h7ccsedZ+2015-10-19+2126
to retrieve a token.

解决办法
1、更新Composer到最新版本

    php composer.phar self-update

2、登录到Github https://github.com/settings/applications “generated a token”增加一个新的Token
3、运行

    php composer.phar config -g github-oauth.github.com token

转载:http://www.jakehu.me/895

posted on 2015-10-19 13:25  今天又进步了  阅读(496)  评论(0编辑  收藏  举报

导航