我的 Symfony 4.3 項目和作曲家有問題。每當我嘗試安裝、刪除或執行任何操作時,它都會停在“執行腳本緩存:清除”部分并一直停在那里直到超時。我嘗試將超時時間增加到像 2000 這樣的瘋狂值,但沒有幫助,它只會坐在那里。有人知道怎么修這個東西嗎?λ composer installLoading composer repositories with package informationUpdating dependencies (including require-dev)Nothing to install or updateWriting lock fileGenerating autoload filesocramius/package-versions: Generating version class...ocramius/package-versions: ...done generating version classExecuting script cache:clear [Symfony\Component\Process\Exception\ProcessTimedOutException] The process ""C:\wamp\bin\php\php7.3.9\php.exe" "--php-ini=C:\wamp\bin\php\php7.3.9\php.ini" "./bin/ console" --ansi cache:clear" exceeded the timeout of 300 seconds.install [--prefer-source] [--prefer-dist] [--dry-run] [--dev] [--no-dev] [--no-custom-installers] [--no-autoloader] [--no-scripts] [--no-progress] [--no-suggest] [-v|vv|vvv|--verbose] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--ignore-platform-reqs] [--] [<packages>]...我試過手動刪除 var/cache 內容,但沒有幫助。
- 2 回答
- 0 關注
- 318 瀏覽
添加回答
舉報
0/150
提交
取消