I have 20 GitHub based laravel project foldesr, I run "composer update" for all folders via on For loop (shell script),
first 1-10 is slow, in 11th folder is stucked.
when i run composer update in 11th folder in individually , then it works .
Here are the git codes
it gives following error

first 1-10 is slow, in 11th folder is stucked.
when i run composer update in 11th folder in individually , then it works .
Here are the git codes
Code:
git reset --hard
git pull;

Last edited: