Trying to do a fresh install on Centos and Nginx, in a proxy environment. Performed the install, manually pulled the composer down per instructed. Now when trying to run composer_wrapper.php install --no-dev as the librenms user I get blocked by this error:
In Git.php line 472:
Failed to execute git clone --mirror -- 'https://ghp...HwD:[email protected]/librenms/StringBladeCompiler.git' '/opt/librenms/.cache/composer/vcs/ht
tps---github.com-librenms-StringBladeCompiler.git/'
Cloning into bare repository '/opt/librenms/.cache/composer/vcs/https---github.com-librenms-StringBladeCompiler.git'...
remote: Repository not found.
fatal: repository 'https://github.com/librenms/StringBladeCompiler.git/' not found
I can confirm this repo does not exist or is not publically available. https://github.com/librenms/StringBladeCompiler.git/
I am unsure how to get past this.