I seem to get almost random permission errors about Imposter trying to write to files within the .git directory on dependencies,
For example:
file_put_contents(/builds/invisibledragon/bookings/id-bookings/vendor/symfony/polyfill-php81/.git/objects/pack/pack-021b938e07a189845db79ec8f6de13e2d4a8b3f6.pack): failed to open stream: Permission denied
Would it be wise to ignore the .git folders when finding files to replace?
I seem to get almost random permission errors about Imposter trying to write to files within the
.git
directory on dependencies,For example:
Would it be wise to ignore the
.git
folders when finding files to replace?