git reset --hard slow in cpanel/whm

DDSameera

Member
Jan 3, 2012
17
4
51
cPanel Access Level
Website Owner
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

Code:
git reset --hard

git pull;
it gives following error

mmm.PNG
 
Last edited:

cPRex

Jurassic Moderator
Staff member
Oct 19, 2014
15,285
2,434
363
cPanel Access Level
Root Administrator
Hey there! There aren't any limits in cPanel that would change the speed of that work, but I'm wondering if that user could be running into other limits. Do you see anything odd if you watch the /usr/local/cpanel/logs/error_log file on the machine while you try that work on the system?