Changes between Version 2 and Version 3 of Ticket #18776, comment 22
- Timestamp:
- Sep 24, 2019 1:49:37 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18776, comment 22
v2 v3 1 I had the same exact issue and it seems to be caused by placing vagrant project directory on an encrypted filesystem.1 I had the exact same issue. 2 2 3 Moving vagrant project directory on a plain filesystem, solved the issue for me.3 This happens when sharing the project directory from an encrypted filesystem on the host. Moving that directory outside the encrypted fs, solved the issue for me, and composer can successfully complete without any error. 4 4 5 5 Using Virtualbox version 6.0.12 and vagrant 2.2.5