- 问题一:
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:
解决办法
1、更新Composer到最新版本
php composer.phar self-update
2、登录到Github https://github.com/settings/applications “generated a token”增加一个新的Token
3、运行