当我跑步时:
php composer.phar update
这个过程挂起了。经过几次尝试并让它静置一段时间后,我得到了以下内容:
...
...
- Removing yiisoft/yii2 (2.0.1)
- Installing yiisoft/yii2 (2.0.3)
Loading from cache
[Symfony\Component\Process\Exception\ProcessTimedOutException]
The process "xcopy "C:\wamp\bin\apache\apache2.2.22\htdocs\site
\public_html/vendor/composer/d4dea0a0\yiisoft-yii2-framework-85b773a\captcha" "C:\wamp\bin\apache\apache2.2.22\htdocs\site\public_html\vendor/yiisoft/yii2/captcha" /E /I /Q" exceeded the timeout of 1800 seconds.
我跑了两次,两次都失败了。
这是在Windows上使用WAMP和cygwin来运行更新命令。
造成这种情况的原因是什么?如何重新开始呢?