[BUG] 数据库初始文件data.tar.gz解压报错gzip: stdin: not in gzip format
cd ~/chatchat wget https://github.com/chatchat-space/Langchain-Chatchat/blob/master/docker/data.tar.gz tar -xvf data.tar.gz
报错: gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error is not recoverable: exiting now
是这个文件有问题吗?
Hey @yimzncy! 👋 I'm here to help you squash those bugs and answer your questions. If you need assistance or want to become a contributor, I've got your back!
The error message "gzip: stdin: not in gzip format" suggests that the data.tar.gz file might not have been downloaded correctly. To resolve this issue, make sure you download the file using the correct raw link. You can do this by running the following command:
wget https://github.com/chatchat-space/Langchain-Chatchat/raw/refs/heads/master/docker/data.tar.gz
After downloading the file with this command, try extracting it again using:
tar -xvf data.tar.gz
This should help ensure that the file is in the correct format and can be extracted without errors.
To continue talking to Dosu, mention @dosu.
Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other
这个问题解决了,应该是到github的网络不稳定,下载的文件只有200多k,正确的文件是28m
这个问题已经被标记为 stale ,因为它已经超过 30 天没有任何活动。
这个问题已经被自动关闭,因为它被标为 stale 后超过 14 天没有任何活动。