1

我在安装 Homebrew 时遇到了解决链接问题的问题。我正在尝试在 Mac OS X (10.7.5) 上安装它。我一直无法找到解决方案,可以使用帮助。我收到的错误如下。

tone$ brew link wget
Linking /usr/local/Cellar/wget/1.14... Warning: Could not link wget. Unlinking...

Error: Could not symlink file: /usr/local/Cellar/wget/1.14/share/man/man1/wget.1
Target /usr/local/share/man/man1/wget.1 already exists. You may need to delete it.
To force the link and overwrite all other conflicting files, do:
  brew link --overwrite formula_name

To list all files that would be deleted:
  brew link --overwrite --dry-run formula_name

我运行了以下命令来达到这一点

ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)"

$ brew install wget
4

0 回答 0