RobinHerbots/Inputmask

index-pack died of signal 9

Open

#2,574 opened on Dec 6, 2021

View on GitHub
 (1 comment) (0 reactions) (0 assignees)JavaScript (1,807 forks)batch import
Questionhelp wanted

Repository metrics

Stars
 (4,999 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

When I run the composer update command, I get this error

  Failed to execute git clone --no-checkout -- 'https://fdc...9df:x-oauth-basic@github.com/RobinHerbots/Inputmask.git' '/data/prodnfs-sf/www/store/project-skytech-site.2/vendor/bower-asset/inputmask' && cd '/data/prodnfs-sf/www/store/project-skytech-site.2/vendor/bower-asset/inputmask' && git remote add composer -- 'https://fdc...9df:x-oauth-basic@github.com/RobinHerbots/Inputmask.git' && git fetch composer && git remote set-url origin -- 'https://github.com/RobinHerbots/Inputmask.git' && git remote set-url composer -- 'https://github.com/RobinHerbots/Inputmask.git'  
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              
  error: index-pack died of signal 9                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          
  fatal: index-pack failed                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              

update [--with WITH] [--prefer-source] [--prefer-dist] [--prefer-install PREFER-INSTALL] [--dry-run] [--dev] [--no-dev] [--lock] [--no-install] [--no-autoloader] [--no-scripts] [--no-suggest] [--no-progress] [-w|--with-dependencies] [-W|--with-all-dependencies] [-v|vv|vvv|--verbose] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--apcu-autoloader-prefix APCU-AUTOLOADER-PREFIX] [--ignore-platform-req IGNORE-PLATFORM-REQ] [--ignore-platform-reqs] [--prefer-stable] [--prefer-lowest] [-i|--interactive] [--root-reqs] [--] [<packages>]...

What could be the problem?

Contributor guide