在安装在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
具体如截图:
2 回答1.3k 阅读✓ 已解决
1 回答968 阅读✓ 已解决
2 回答839 阅读✓ 已解决
1 回答1k 阅读✓ 已解决
2 回答895 阅读
1 回答883 阅读
1 回答814 阅读
tar -zxvf xhprof-0.9.4.tgz xhprof
这调命令只会解压xhprof-0.9.4.tgz包里面的xhprof文件,
你想要把这个包解压到xhprof目录下请使用tar -zxvf xhprof-0.9.4.tgz --directory ./xhprof