【发布时间】:2017-12-19 16:53:50
【问题描述】:
当我运行 brew tap caskroom/cask 时,我收到相互冲突的错误消息。
Warning: git 2.15.1 is already installed
Error: Git must be installed and in your PATH!
之前,当 brew 也问我时,我跑了 brew link --overwrite git。
Git 似乎安装得很好,它确实在我的路径中:
$ git --version
git version 2.15.1
$ which git
/usr/local/bin/git
$ echo $PATH
/Users/selah/anaconda3/bin:/Applications/instantclient_12_1:/Users/selah/anaconda/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/TeX/texbin
我的最终目标是成功运行brew info osxfuse。目前我收到以下错误:
Error: No available formula with the name "osxfuse"
It was migrated from homebrew/core to caskroom/cask.
You can access it again by running:
brew tap caskroom/cask
谁能帮我解决这个 brew tap 错误,以便 brew 可以查看 osxfuse 的信息?
【问题讨论】:
标签: git macos homebrew osxfuse