brew安装jaeger时github凭证失效

安装jaeger报错

brew install jaeger

Warning: No available formula or cask with the name “jaeger”.
==> Searching for similarly named formulae…
Error: No similarly named formulae found.
==> Searching for a previously deleted formula (in the last month)…
Error: No previously deleted formula found.
==> Searching taps on GitHub…
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,public_repo,workflow&description=Homebrew
echo ‘export HOMEBREW_GITHUB_API_TOKEN=your_token_here’ >> ~/.zshrc

Error: No formulae found in taps.

请添加图片描述

原因

   github凭证失效
 

解决

跟着报错提示走就行

  1. 清除无效的凭证

    printf “protocol=https\nhost=github.com\n” | git credential-osxkeychain erase

  2. github创建新凭证

    https://github.com/settings/tokens/new?scopes=gist,public_repo,workflow&description=Homebrew

    已经默认勾选好,直接生成就行

    请添加图片描述
    配置凭证,上图的红色部分替换到下面的token

    echo ‘export HOMEBREW_GITHUB_API_TOKEN=your_token_here’ >> ~/.zshrc

    重新加载配置文件

    source ~/.zshrc
    请添加图片描述

 
虽然,还是没找到…

但是,以后找别的包就能用了…

最后,还是用了docker…

docker run -itd -d --name jaeger -p 16686:16686 -p 4317:4317 -p 4318:4318 -p 5778:5778 -p 9411:9411 jaegertracing/all-in-one

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值