新闻动态
新闻动态
- win10系统 安装好composer后 cmd 命令行下输入composer提示不是内部或外部的命令,也不是可执行的程序或批处理文件
- require 和 import的区别
- thinkphp6 单应用模式与多应用模式
- php中define和defined函数的区别和用法实例
- 怎么查看nodejs安装路径
- saas管理软件
- 设计中文网页跟英文网页的区别
- .NET代码执行顺序探讨
- 手机网页的制作方法三_添加网页内容
- asp.net发送email 163 qq
联系我们
邮箱:
手机: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
这个下面的文件是否有改变,如果有就没啥问题了
新闻资讯
-
2013-02-16CSS布局中position属性用法
-
2013-11-22Asp.net页面中如何镶嵌Word文档
-
2024-10-05wwww
-
2010-12-09网站导航如何优化?
-
2018-11-14微信营销思路 微信营销小套路
-
2013-11-15|DataDirectory|解决webconfig数据库连接的相对路径问题
相关案例
