While installing yii3/jui package getting error?

Could not fetch https://api.github.com/repos/jquery/jquery, enter your GitHub credentials to go over the API rate limit A token will be created and stored in "C:/Users/nimmy/AppData/Roaming/Composer/auth.json", your password will never be stored To revoke access to this token you can visit https://github.com/settings/applications Username:

I am getting above error while I try to install yii3/jui. I want do use a datepicker. I tried to install datepicker and composer also, but I am getting the same error.

What could I try next?

Thanks & Regards
Ask for Outlook help

Hi @jamess07, the error message tells you everything here: composer uses Github API under the hood, and this API allows only a few hits when you’re not logged in, to prevent abuse.

Follow the instructions, and provide composer with your Github credentials to be authenticated and allow composer to perform more hits on your behalf.