Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Random permission errors on some Composer installs #394

Open
kennydude opened this issue Oct 5, 2022 · 1 comment
Open

Random permission errors on some Composer installs #394

kennydude opened this issue Oct 5, 2022 · 1 comment

Comments

@kennydude
Copy link

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?

@tangrufus
Copy link
Member

Would it be wise to ignore the .git folders when finding files to replace?

Agree we should skip VCS folders (e.g: .svn, .git).

Can you send a pull request please?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants