[Composer\Downloader\TransportException] Invalid credentials for

这个问题说明你的证书到期了或者你的token 改变了
解决方案:
1.cd ~/.config/composer
2.vim auth.json
你会看到
{
“bitbucket-oauth”: {},
“github-oauth”: {},
“gitlab-oauth”:{},
“gitlab-token”: {
"git.xxxx.com":"xxxxxxxxxxxxx"
},
“http-basic”: {},
“gitlab-domains”:[“git.zhxfw.com”],
“bearer”: {}
}

怎么获得token呢?
那就是去你的gitlab个人设置中的访问秘钥/Access token
[Composer\Downloader\TransportException] Invalid credentials for
然后把你获得的token 填入,你就可以正常的使用composer啦

上一篇:Jenkins 凭证 Devops 的粘合剂


下一篇:docker login 密码查看和加密保存