我在使用 Homebrew 在 mac OSx Lion 上安装 Couch DB 时遇到问题。我执行命令
brew install couchdb
但后来我对文件中的 mmd5 有疑问
~/Library/Caches/Homebrew/spidermonkey-1.8.5.tar.gz
我该如何进行?
我在使用 Homebrew 在 mac OSx Lion 上安装 Couch DB 时遇到问题。我执行命令
brew install couchdb
但后来我对文件中的 mmd5 有疑问
~/Library/Caches/Homebrew/spidermonkey-1.8.5.tar.gz
我该如何进行?
更新
我发现了如何解决这个问题:
你必须删除文件
rm ~/Library/Caches/Homebrew/spidermonkey-1.8.5.tar.gz
并通过运行更新您的 Homebrew
brew update
你可能在这里遇到 git 问题(就像我一样)来解决它通过运行重置所有本地自制程序更改
git reset --hard
git clean -f -x -d
并运行
brew update
现在应该直接安装 couchdb
brew install couchdb
(如果您正在运行 LION):
brew install -v couchdb
运行它类型
couchdb