我该如何解决以下问题?

$ brew update && brew upgrade
Already up-to-date.
Error: Calling needs :cxx11 is disabled! There is no replacement.
Please report this to the weikengchen/caskformula tap:
  /usr/local/Homebrew/Library/Taps/weikengchen/homebrew-caskformula/Formula/inkscape.rb:31

If reporting this issue please do so at (not Homebrew/brew or Homebrew/core):
  https://github.com/weikengchen/homebrew-caskformula/issues

最佳答案

这两个水龙头 caskformula/caskformula weikengchen/caskformula (可能是其他水龙头)似乎都引起了此问题。要列出您当前的水龙头,请运行
brew tap
现在解开可疑存储库:
brew untap caskformula/caskformula#这对我有用

删除caskformula后,运行brew doctor以检查问题。如果有问题,请按照建议进行操作。

最后更新存储库并升级软件:
brew updatebrew upgrade
在github上的此问题中的一些更多信息:

https://github.com/caskformula/homebrew-caskformula/issues/74

10-08 05:53