我正在尝试在运行 Mountain Lion (10.8.3) 的本地 Mac 上安装10gen 版本的 MongoDB:
我curl
在以下位置获取它:
curl http://downloads.mongodb.org/osx/mongodb-osx-x86_64-2.4.tgz > mongodb.tgz
Run Code Online (Sandbox Code Playgroud)
但我无法提取构建:
尝试 1:
$ tar -zxvf mongodb.tgz
tar: Unrecognized archive format
tar: Error exit delayed from previous errors.
Run Code Online (Sandbox Code Playgroud)
尝试 2:
$ gunzip mongodb.tgz
gzip: mongodb.tgz: not in gzip format
Run Code Online (Sandbox Code Playgroud)
尝试 3:
$ unzip mongodb.tgz
Archive: mongodb.tgz
End-of-central-directory signature not found. Either this file is not
a zipfile, or it constitutes one disk of a multi-part archive. In the
latter case the central …
Run Code Online (Sandbox Code Playgroud)