我正在从gitlab repo:
下载的tar.gz文件中创建一个phar$tar = new PharData('qa-master-75d95ae0ea324ccb8a9580c37e88ab98f065a3c3.tar.gz');
这会引发异常
PHP Fatal error: Uncaught exception 'UnexpectedValueException' with message 'phar error: "/root/tools/testApp/build/qa-master-75d95ae0ea324ccb8a9580c37e88ab98f065a3c3.tar.gz" is a corrupted tar file (checksum mismatch of file "52 comment=75d95ae0ea324ccb8a9580c37e88ab98f065a3c3
然而,我可以使用WinRar打开tar文件(例如)
有没有其他人遇到过这种情况,如果有的话还有解决方法吗?
感谢您的时间