Please refrain from commenting on your assumption if you have not read my list of troubleshooting steps. I update this list when offers come.
In my Windows 7 collaborative environment, when trying to install one of our Symfony 2.5-based applications. *, we get the following problem with unlink :

We tried the following:
- Running
composer self-update - Running
composer update instead of composer install (which led to the same error below) - Running git bash in admin mode
- Running
composer install from a DOS admin shell instead of git bash - Cloning our repository in several places, including directly on the user's desktop
- Change file permissions for full control and ownership of the current user (recursively)
- Change file permissions for full control and ownership of "Everything" (recursively)
- Change file permissions for full control and ownership of SYSTEM (recursively)
- Starting a new project from scratch using
composer create-project symfony/framework-standard-edition test/ "2.5.*" And composer create-project symfony/framework-standard-edition path/ "2.3.*" (In case there is a problem associated with version) - Trying on another Windows 7 machine (with the same result)
- Delete a vendor folder and clear the composer's cache
- Disabling the indexer (Windows Search)
Any ideas on what's going on? Is this a composer mistake or one of the pleasures of working with Windows? All of the above works fine on my OSX machine.
Another debugging note ... when I try to manually disconnect the connection with php -r "unlink('...');" she does not delete this file without problems
sjagr source share