报错信息如下: $ 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
访问生成token地址
生成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
2024-01-21
2023-10-28
2023-10-28
2023-10-27
2023-10-27
2023-10-27
2023-10-27
回答
回答
回答
回答
回答
回答
回答
回答
回答
回答
0