The failure is because the dependency installation script is cloning from ACS github with https is currently not allowed.
|
git clone ${GIT_OPTS} --branch master https://git.rwth-aachen.de/acs/public/villas/fpga/libxil.git |
This should pull instead from github like here.
|
url = https://github.com/VILLASframework/libxil.git |
The failure is because the dependency installation script is cloning from ACS github with https is currently not allowed.
node/packaging/deps.sh
Line 365 in 01344f2
This should pull instead from github like here.
node/.gitmodules
Line 6 in 01344f2