当我运行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的信息?
发布于 2017-12-20 06:26:48
我安装了开发人员工具,这解决了我的问题:
xcode-select --installhttps://stackoverflow.com/questions/47891681
复制相似问题