gpt4 book ai didi

macos - 无法在 ubuntu VM 上解压缩 tar.gz

转载 作者:太空宇宙 更新时间:2023-11-03 16:56:21 31 4
gpt4 key购买 nike

执行以下步骤:-

  1. 主机是 Mac OS X 10.6.8
  2. git archive -o version-$SHA.tar.gz HEAD
  3. scp 版本-$SHA.tar.gz $Remote_location
  4. ssh 到远程位置,即在 ubuntu VM 上
  5. tar -zxf version-$SHA.tar.gz

第 5 步后出现错误:-

gzip: stdin: 不是 gzip 格式

tar: child 返回​​状态 1

tar:错误不可恢复:现在退出

可能是什么问题?在我的本地 Mac 机器上,同样的命令有效。

最佳答案

引自 the manpage :

--format= Format of the resulting archive: tar or zip. If this option is not given, and the output file is specified, the format is inferred from the filename if possible (e.g. writing to "foo.zip" makes the output to be in the zip format). Otherwise the output format is tar.

所以您得到的可能是一个未压缩的 .tar 文件,只是命名为 .tar.gz。

尝试不使用 -z 参数。

关于macos - 无法在 ubuntu VM 上解压缩 tar.gz,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17746146/

31 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com