mac下安装lrzsz
安装命令:
$ brew install lrzsz
安装时报如下错误:
Updating Homebrew...
error: Not a valid ref: refs/remotes/origin/master
Error: No available formula with the name "lrzsz"
==> Searching for a previously deleted formula (in the last month)...
Error: No previously deleted formula found.
==> Searching for similarly named formulae...
Error: No similarly named formulae found.
==> Searching taps...
==> Searching taps on GitHub...
Error: No formulae found in taps.
修复Homebrew
修改清华源命令:
cd "$(brew --repo)"
git remote set-url origin https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/brew.git
cd "$(brew --repo)/Library/Taps/homebrew/homebrew-core"
git remote set-url origin https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/homebrew-core.git
执行以上命令,继续报错:

本文介绍了在Mac系统中如何使用brew命令安装lrzsz工具,包括遇到的错误和修复过程,如调整Homebrew源至清华源,解决git依赖问题,以及处理brew update的报错。
最低0.47元/天 解锁文章
1051

被折叠的 条评论
为什么被折叠?



