博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
composer安装yii2或者laravel报错
阅读量:6278 次
发布时间:2019-06-22

本文共 1061 字,大约阅读时间需要 3 分钟。

大概的信息就是提示让登陆github,然后就报错了

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

解决方法

进入https://github.com/settings/applications创建一个一个新的token

 

创建成功后会生成一个token,如下图

然后执行

composer config –global github-oauth.github.com 上面的token

即可

转载:http://www.cnsecer.com/6994.html

你可能感兴趣的文章
【leetcode】71. Simplify Path
查看>>
json小结和fastjson包的实际json操作
查看>>
搭wordpress时的几个坑。
查看>>
Ubuntu下软件安装的几种方式,apt,dpkg工具的使用
查看>>
spark-shell 显示乱码
查看>>
网站架构核心设计知识(三)之高并发
查看>>
数据结构顺序队列打卡
查看>>
九九乘法表程序设计
查看>>
组合数学 - 1的个数
查看>>
2440启动流程
查看>>
C函数调用
查看>>
2017-2018-1 20155229 《信息安全系统设计基础》第一周学习总结
查看>>
C 语言 mmap
查看>>
小数化分数的O(log2n)解法
查看>>
Fakeapp2.2安装,使用简记--------------转载自iJessie
查看>>
POJO与JavaBean的区别
查看>>
CoreDataManager-Swift版-兼容iOS10以前的版本
查看>>
Dynamic seq2seq in tensorflow
查看>>
96. Unique Binary Search Trees
查看>>
linux---进程相关的命令
查看>>