返回顶部
首页 > 资讯 > 移动开发 >Mac系统brew报错“The GitHub credentials in the macOS keychain may be invalid”解决
  • 386
分享到

Mac系统brew报错“The GitHub credentials in the macOS keychain may be invalid”解决

githubmacosgitbrew 2023-08-31 19:08:04 386人浏览 泡泡鱼
摘要

报错信息如下: $ brew search Nginx Warning: Error searching on GitHub: gitHub api Error: Requires authentication The GitHub c

报错信息如下:

$ brew search Nginx
Warning: Error searching on GitHub: gitHub api Error: Requires authentication
The GitHub credentials in the MacOS keychain may be invalid.
Clear them with:
  printf "protocol=https\nhost=github.com\n" | git credential-osxkeychain erase
Create a GitHub personal access token:
Https://github.com/settings/tokens/new?scopes=GISt,repo,workflow&description=Homebrew
echo 'export HOMEBREW_GITHUB_API_TOKEN=your_token_here' >> ~/.zshrc


==> FORMulae
nginx

 其中最重要的信息是 “The GitHub credentials in the macOS keychain may be invalid.”,翻译为:“macOS密钥链中的GitHub凭据可能无效”。凭证无效就重新生成就好了。生成方式如下:

登录github

Sign in to GitHub · GitHub

访问生成token地址

Sign in to GitHub · GitHub

生成token

  

设置新的token 

在终端执行命令:

export HOMEBREW_GITHUB_API_TOKEN="新生成的token"

设置完再次执行brew命令测试效果如下

 

来源地址:https://blog.csdn.net/u011837804/article/details/130299481

--结束END--

本文标题: Mac系统brew报错“The GitHub credentials in the macOS keychain may be invalid”解决

本文链接: https://lsjlt.com/news/386656.html(转载时请注明来源链接)

有问题或投稿请发送至: 邮箱/279061341@qq.com    QQ/279061341

猜你喜欢
软考高级职称资格查询
编程网,编程工程师的家园,是目前国内优秀的开源技术社区之一,形成了由开源软件库、代码分享、资讯、协作翻译、讨论区和博客等几大频道内容,为IT开发者提供了一个发现、使用、并交流开源技术的平台。
  • 官方手机版

  • 微信公众号

  • 商务合作