Skip to content
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.

RESOLVED: Issue with Mutagen #13

Answered by erikhansen
erikhansen asked this question in Q&A
Discussion options

You must be logged in to vote

I was only getting this error on a client project. My Magento 2.4 demo site was syncing fine. After running the commands below on my Mac (not inside Warden), my problem was solved:

cd <PATH TO MAGENTO ROOT>
find ./ -type d -exec chmod 775 {} +
find ./ -type f -exec chmod 664 {} +

Replies: 4 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@erikhansen
Comment options

Answer selected by erikhansen
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants