我在这里我已经在StackOverFlow中尝试了很少的答案来解决这个问题,但是它对我没有用,我也不知道我还能做什么.所以我想要安装我的项目,每次我得到这个问题
{"github-oauth": { "github.com": "ghp_uZfXyLME3qawVSyaZGRIhj3upFgaH24JYBn } }我拿了"github.com":"ghp_uZfXyLME3qawVSyaZGRIhj3upFgaH24JYBn“
{"github-oauth": { } }
如果有人知道怎么解决它呢?
我实际上是和作曲家2.1.6合作
发布于 2022-03-13 08:33:05
这是通过使用以下方法实现的:
export COMPOSER_AUTH="{\"http-basic\": {\"github.com\": {\"username\":\"github_username\",\"password\":\"github_token\"}}}"注:替换(https://github.com/settings/admin/https://github.com/settings/tokens)为您自己的凭据
https://stackoverflow.com/questions/69163400
复制相似问题