报错如下:
# tar zxvf php-7.1.6.tar.gz
gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now
 
原因:
可能是由于上传的时候存现错误、
也有可能是解压文件的格式、和你 tar 的参数不一致的问题、
tar.gz 的用 tar -zxvf 解压
 
解决:
(暴力解决)
最好重新下载一个包、然后重新解压
 

相关文章:

  • 2022-12-23
  • 2021-10-30
  • 2022-12-23
  • 2022-02-24
  • 2021-12-24
  • 2021-12-03
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-09-07
  • 2022-12-23
  • 2022-12-23
  • 2022-02-24
  • 2022-01-30
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案