Homebrew-Fuse Git仓库已经被弃用,Brew更新失败。

3

OS: 10.14.2

brew list
ant         gdbm            imagemagick     libtool         pango           telnet
apr         gdk-pixbuf      isl         libunistring        pcre            testdisk
apr-util        gettext         jansson         libxml2         pcre2           tree
autoconf        git         jemalloc        libxslt         pgcli           unixodbc
autojump        glib            jpeg            little-cms2     pixman          watchman
automake        gmp         libde265        lsusb           pkg-config      webp
boost           gnutls          libev           mongodb@3.6     plotutils       wget
c-ares          gobject-introspection   libevent        mpfr            postgresql@9.4      wxmac
cairo           goenv           libffi          ncurses         pwgen           x265
emacs           graphite2       libheif         nettle          python          xz
erlang          graphviz        libidn2         nghttp2         python@2        yarn
erlang@20       harfbuzz        libmpc          nmap            qt          zlib
fontconfig      htop            libomp          node            rabbitmq
freetype        htop-osx        libpng          openexr         readline
fribidi         icu4c           libpq           openjpeg        redis
gcc         iftop           libtasn1        openssl         shared-mime-info
gd          ilmbase         libtiff         p11-kit         sqlite


$ brew update
fatal: could not read Username for 'https://github.com': terminal prompts disabled
Error: Fetching /usr/local/Homebrew/Library/Taps/homebrew/homebrew-fuse failed!`enter code here`

我怀疑 fuse 是我的问题的根本原因。但是当我检查 homebrew-fuse 存储库以解决我的问题时。

我已经尝试重新安装它,使用这个链接

brew tap homebrew/fuse
Error: homebrew/fuse was deprecated. This tap is now empty as all its formulae were migrated.

问题:

这是什么的根本原因? fuse 还是 git 还是其他?

1个回答

4

根据 brew tap 的报告,homebrew/fuse 存储库已经不存在了:

错误:homebrew/fuse 已被弃用。由于其所有配方都已迁移,此存储库现在为空。

您需要使用以下命令取消关联此存储库:

brew untap homebrew/fuse

网页内容由stack overflow 提供, 点击上面的
可以查看英文原文,
原文链接