大概的信息就是提示让登陆github,然后就报错了
Could not fetch https://api.github.com/authorizations, enter your GitHub credentials to go over the API rate limit The credentials will be swapped for an OAuth token stored in /Users/username/.composer/auth.json, your password will not be stored To revoke access to this token you can visit https://github.com/settings/applications Username: username Password: An existing OAuth token for Composer is present and will be reus
Could not fetch https://api.github.com/authorizations, enter your GitHub credentials to go over the API rate limit
The credentials will be swapped for an OAuth token stored in /Users/username/.composer/auth.json, your password will not be storedTo revoke access to this token you can visit https://github.com/settings/applicationsUsername: usernamePassword:An existing OAuth token for Composer is present and will be reused解决方法
进入https://github.com/settings/applications创建一个一个新的token
创建成功后会生成一个token,如下图
然后执行
composer config –global github-oauth.github.com 上面的token
即可
转载:http://www.cnsecer.com/6994.html