Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试从此处安装 Sylius,但无法正常工作。在运行命令时,我的进程超时......嗯......由于我们在这里使用的互联网速度一直很慢。任何人都可以指导手动安装 sylius 吗?比如说使用 composer.phar 手动更新供应商
如果作曲家超时试试这个:
$ COMPOSER_PROCESS_TIMEOUT=300 ./composer.phar install
您可以将 300 替换为您喜欢的任意秒数。