更新laravel 5中的composer时出错


error while updating composer in laravel 5

更新composer时出现此错误。

 - Removing symfony/debug (v2.6.4)
  - Installing symfony/debug (v2.6.12)
    Downloading: Connecting...
Could not fetch https://api.github.com/repos/symfony/debug/zipball/fca5696e0c9787722baa8f2ad6940dfd7a6a6941, 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+DESKTOP-8ON1O73+2015-12-10+1252
to retrieve a token. It will be stored in "C:/Users/test/AppData/Roaming/Composer/auth.json" for future use by Composer.
Token (hidden):

我从官方网站上安装了thw laravel 5。

它只是说GitHub限制了您可以在未经授权的情况下获取的包的数量。只需按照文本中的链接进行操作,就可以让composer通过您的凭据获取包。您可能应该先阅读错误文本,然后再将其发布到堆栈溢出。