picqer / php-barcode-generator

Barcode generator in PHP that is easy to use, non-bloated and framework independent.
GNU Lesser General Public License v3.0
1.65k stars 400 forks source link

Cannot install #96

Closed squalltua closed 4 years ago

squalltua commented 4 years ago

Hi, I got the error after installing via Composer.

Error message:

Package operations: 1 install, 0 updates, 0 removals
  - Installing picqer/php-barcode-generator (v2.0.0): Downloading (100%)
    Failed to download picqer/php-barcode-generator from dist: There was an error extracting the ZIP file, it is either corrupted or using an invalid format.
    Now trying to download from source
  - Installing picqer/php-barcode-generator (v2.0.0): Cloning fd18d04d64 from cache

Installation failed, deleting ./composer.json.

  [RuntimeException]                                                                                                                              
  Failed to execute git checkout "fd18d04d644ecb2efafff8acfaddc91d1ee59b60" -- && git reset --hard "fd18d04d644ecb2efafff8acfaddc91d1ee59b60" --  

  error: invalid path 'tests/verified-files/C128-1234567890abcABC-283*33.svg'                                                                     
  error: invalid path 'tests/verified-files/C128B-1234567890abcABC-283*33.svg'                                                                    
  error: invalid path 'tests/verified-files/EAN5-1234567890abcABC-283*33.svg'
casperbakker commented 4 years ago

This is the same issue as in #94. Sorry about that. I fix this in the coming days.