You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying toolbox install I get the following error:
The command '/bin/sh -c php $TOOLBOX_TARGET_DIR/toolbox install' returned a non-zero code: 6
The problem seems to be related to unavailability of http://psvc.coreteks.org where php-semver-checker.phar is fetched. Trying to get it manually I get the following error:
wget http://psvc.coreteks.org/php-semver-checker.phar -O /dev/null
--2019-05-05 21:46:43-- http://psvc.coreteks.org/php-semver-checker.phar
Resolving psvc.coreteks.org (psvc.coreteks.org)... failed: Name or service not known.
wget: unable to resolve host address ‘psvc.coreteks.org’
It appears that the problem that happened to pdepend also hit php-semver-checker (but this doesn't even dns resolve).
The text was updated successfully, but these errors were encountered:
When trying
toolbox install
I get the following error:The problem seems to be related to unavailability of http://psvc.coreteks.org where php-semver-checker.phar is fetched. Trying to get it manually I get the following error:
It appears that the problem that happened to pdepend also hit php-semver-checker (but this doesn't even dns resolve).
The text was updated successfully, but these errors were encountered: