Mac OS X上的自制链接问题(10.7.5)

时间:2013-10-23 16:27:15

标签: macos homebrew

我在安装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

0 个答案:

没有答案
相关问题