在安装在docker里的laravel项目上安装xhprof拓展,
执行tar -zxvf xhprof-0.9.4.tgz xhprof
时,报如下错误:
tar: xhprof: Not found in archive
tar: Exiting with failure status due to previous errors
具体如截图:
在安装在docker里的laravel项目上安装xhprof拓展,
执行tar -zxvf xhprof-0.9.4.tgz xhprof
时,报如下错误:
tar: xhprof: Not found in archive
tar: Exiting with failure status due to previous errors
具体如截图:
1 回答4.1k 阅读✓ 已解决
3 回答1.8k 阅读✓ 已解决
2 回答2.2k 阅读✓ 已解决
2 回答2.2k 阅读
1 回答1.4k 阅读✓ 已解决
792 阅读
638 阅读
tar -zxvf xhprof-0.9.4.tgz xhprof
这调命令只会解压xhprof-0.9.4.tgz包里面的xhprof文件,
你想要把这个包解压到xhprof目录下请使用tar -zxvf xhprof-0.9.4.tgz --directory ./xhprof