L'installation de yii2 via composer et qu'il conserve à l'aide d'un mot de passe

Je suis juste en suivant les instructions à partir de la yii site et je ne comprends pas vraiment le compositeur. J'ai suivi les instructions à partir d'ici http://www.yiiframework.com/doc-2.0/guide-start-installation.html

L'authentification semble fonctionner, mais ensuite il me demande le nom d'utilisateur/mot de passe encore et encore.

Tout le monde a certaines choses que je peux vérifier pour voir pourquoi il garde invites?

[root@dndbox html]# composer create-project --prefer-dist --stability=dev yiisoft/yii2-app-basic basic
Installing yiisoft/yii2-app-basic (dev-master b528289495bf9721d2b8c628d69caad42e45b0ce)
  - Installing yiisoft/yii2-app-basic (dev-master master)
    Downloading: connection...
Could not fetch https://api.github.com/repos/yiisoft/yii2-app-basic/zipball/b528289495bf9721d2b8c628d69caad42e45b0ce, enter your GitHub credentials to go over the API rate limit
The credentials will be swapped for an OAuth token stored in /root/auth.json, your password will not be stored
To revoke access to this token you can visit https://github.com/settings/applications
Username: *.com
Password: 
An existing OAuth token for Composer is present and will be reused

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 /root/auth.json, your password will not be stored
To revoke access to this token you can visit https://github.com/settings/applications
Username: *.com
Password: 
An existing OAuth token for Composer is present and will be reused

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 /root/auth.json, your password will not be stored
To revoke access to this token you can visit https://github.com/settings/applications
Username: 

==================================== MODIFIER 1 =====================================

Si je visite l'URL fournie, je reçois un message d'erreur dans le json, https://api.github.com/authorizations

{
  "message": "API rate limit exceeded for xxx.xxx.xxx.26. (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)",
  "documentation_url": "https://developer.github.com/v3/#rate-limiting"
}

OriginalL'auteur Adrian | 2015-01-07