You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?The text was updated successfully, but these errors were encountered: