是否有其他人通过composer安装了gedmo / doctrine-extensions问题?
存储库是公开的,所以我不确定它为什么说它是私人存储库
Cloning failed using an ssh key for authentication, enter your GitHub credentials to access private repos
Head to https://github.com/settings/tokens/new?scopes=repo&description=Composer+on+computername+2015-09-04+1040
to retrieve a token. It will be stored in "/location/.composer/auth.json" for future use by Composer.
Token (hidden):
答案 0 :(得分:3)
简而言之:您正在达到API速率限制,因为您没有对其进行身份验证。
Github API的速率限制非常低,因此如果您安装了大量软件包,它会在某些时候失败并要求您输入登录名/密码。
如果您不想向Composer提供GitHub凭据,可以使用以下过程手动创建令牌:
在GitHub上创建OAuth令牌(https://github.com/blog/1509-personal-api-tokens)。
将其添加到运行composer config -g github-oauth.github.com <oauthtoken>
现在,Composer应该安装/更新而不要求身份验证。
答案 1 :(得分:0)
git安装系统
关闭cmd(命令提示符)