新闻动态
新闻动态
- 盲盒交友项目解析
- C#-TextBox限制文本\Text输入-只能输入数字\大小写字母\计算
- c#发送邮箱的功能
- 伪静态下不能使用FCKeditor的解决方案
- 小程序开发中 40029 invalid code错误
- Thinkphp6 中.htaccess文件设置伪静态
- VSCode的insiders版本和stable版本有什么区别
- 找重复记录的SQL语句
- 异步方法
- AI投毒,究竟是怎么回事?
联系我们
邮箱:
手机:15383239821
php
Cloning failed using an ssh key for authentication提示解决办法
作者:
发布时间:2023-09-13
点击:
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+名称+时间
to retrieve a token. It will be stored in “C:/Users/Administrator/AppData/Roaming/Composer/auth.json” for future use by Composer.
登录github,打开下面链接
https://github.com/settings/tokens
生成一个token
然后执行以下代码
composer config --global --auth github-oauth.github.com <token>
正确写法
composer config --global --auth github-oauth.github.com 441be92d716e*****853ec70ffa
然后看报错提示里面的
C:/Users/Administrator/AppData/Roaming/Composer/auth.jso
这个下面的文件是否有改变,如果有就没啥问题了
新闻资讯
-
2012-06-30教你如何有效的发外链
-
2013-10-30MVC和三层架构的区别
-
2019-03-27近期完成的部分客户网站设计稿
-
2023-05-04thinkphp如何获取请求参数
-
2010-08-09从零开始学习jQuery (八) 插播:jQuery实施方案
-
2013-05-24float类型转换
相关案例
