brew update 错误解决。git: ‘credential-osxkeychain‘ is not a git command.

问题

今天想升级一下 MBP 的系统,使用命令如下

brew update                  
git: 'credential-osxkeychain' is not a git command. See 'git --help'.
git: 'credential-osxkeychain' is not a git command. See 'git --help'.
fatal: could not read Username for 'https://github.com': terminal prompts disabled

然后就没有然后了,系统 update 就卡在这里。

解决方法

感谢万能的 google,通过 google 搜索出了很多内容,以下是我的解决步骤。

确认 git 是最新版本

brew upgrade git

确认 credential-osxkeychain 已经安装

git credential-osxkeychain

设置 open authentication assistant

git config --global credential.helper osxkeychain

再次 update

下面是我再次 update 的输出。

% brew update                  
git: 'credential-osxkeychain' is not a git command. See 'git --help'.
git: 'credential-osxkeychain' is not a git command. See 'git --help'.
fatal: could not read Username for 'https://github.com': terminal prompts disabled
brew untap homebrew/homebrew-scienError: homebrew/homebrew-science does not exist! Run `brew untap homebrew/homebrew-science` to remove it.

从上面的输出,可以看出,一个包出问题了,而且也告诉你使用 brew untap homebrew/homebrew-science 来删除这个包。

% brew untap homebrew/homebrew-science
Untapping homebrew/science...
Untapped (86 files, 7MB).

删除这个包。再次 update,将得到如下的 Log。

% brew update                         
Already up-to-date.

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

努力的老周

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

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

余额充值