Rocket.chat 问题
Rocket.chat issue
我在 ElementaryOS 上安装 Rocket.Chat 服务器时遇到问题。
我尝试解压 tgz 文件,但出现错误。
清单:
sudo apt-get install npm curl graphicsmagick
curl -L http://rocket.chat/releases/latest/download/ -o rocket.chat.tgz
tar zxvf rocket.chat.tgz
在最后一条命令后我得到这个错误:
gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now
我试试file rocket.chat.tgz
:
rocket.chat.tgz: HTML document, UTF-8 Unicode text
改用这个 url:
curl -L https://releases.rocket.chat/latest/download -o rocket.chat.tgz
我在 ElementaryOS 上安装 Rocket.Chat 服务器时遇到问题。 我尝试解压 tgz 文件,但出现错误。
清单:
sudo apt-get install npm curl graphicsmagick
curl -L http://rocket.chat/releases/latest/download/ -o rocket.chat.tgz
tar zxvf rocket.chat.tgz
在最后一条命令后我得到这个错误:
gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now
我试试file rocket.chat.tgz
:
rocket.chat.tgz: HTML document, UTF-8 Unicode text
改用这个 url:
curl -L https://releases.rocket.chat/latest/download -o rocket.chat.tgz