You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was getting the following error when trying to run composer install:
Failed to clone https://github.com/drupal/core.git via https, ssh protocols, aborting.
- https://github.com/drupal/core.git
Cloning into 'web/core'...
done.
error: pack-objects died of signal 9
fatal: cannot repack to clean up
- [email protected]:drupal/core.git
Cloning into 'web/core'...
done.
error: pack-objects died of signal 9
fatal: cannot repack to clean up
Solution: Increase the memory on the server hosting your website. The nano EC2 I was using to save money while setting up the environment simply wouldn't cut it (micro was fine).
I was getting the following error when trying to run
composer install
:Solution: Increase the memory on the server hosting your website. The nano EC2 I was using to save money while setting up the environment simply wouldn't cut it (micro was fine).
Click here to see screenshot
The text was updated successfully, but these errors were encountered: