Estimados estoy queriendo instalar un Guarani 3.20.0 para comenzar con las pruebas y me da el siguiente erro al ejecutar composer install
[RuntimeException]
Failed to execute git clone --no-checkout -- 'https://gitlab.siu.edu.ar/siu-arai/arai-json-parser.git' '/var/www/html/guarani/vendor/siu/arai-json-parser' && cd '/var/www/
html/guarani/vendor/siu/arai-json-parser' && git remote add composer -- 'https://gitlab.siu.edu.ar/siu-arai/arai-json-parser.git' && git fetch composer && git remote set-u
rl origin -- 'https://gitlab.siu.edu.ar/siu-arai/arai-json-parser.git' && git remote set-url composer -- 'https://gitlab.siu.edu.ar/siu-arai/arai-json-parser.git'
Cloning into '/var/www/html/guarani/vendor/siu/arai-json-parser'...
remote: Failed to write to log, write /var/log/gitlab/gitaly/gitaly_hooks.log: no space left on device
remote: aborting due to possible repository corruption on the remote side.\
fatal: protocol error: bad pack header
Probé con todo, composer install --no-cache y con composer install --prefer-dist
Pero no funciona, estoy en un contenedor docker donde el espacio en disco esta al 3% ocupado, podría ser que el servidor GIT del siu esté sin espacio?
Saludos!