如果这个问题重复,我道歉。当涉及到酿造啤酒时,我是一个菜鸟。
我正在运行此命令:
brew install rbenv ruby-build
并在输出中我收到此错误:
==> Pouring pkg-config-0.29.2.sierra.bottle.tar.gz
Error: The `brew link` step did not complete successfully
The formula built, but is not symlinked into /usr/local
Could not symlink bin/pkg-config
Target /usr/local/bin/pkg-config
is a symlink belonging to pkg-config. You can unlink it:
brew unlink pkg-config
To force the link and overwrite all conflicting files:
brew link --overwrite pkg-config
To list all files that would be deleted:
brew link --overwrite --dry-run pkg-config
我不知道这意味着什么或解决它的正确方法。我已经阅读了其他一些类似问题的bug,但我没有找到一个看起来特别像这样的bug。