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
To get the initial sync to work again (after fixing the permissions issue), you need to delete both the local directory, and the ".git" directory from the remote server.
The text was updated successfully, but these errors were encountered:
Ahhh I did notice this too, I encountered it for sites that had a data directory in which the files were under a different permission. My "solution" was to git ignore data directory to ignore the file upload directory, since I wasn't running anything locally. But I agree, this should be properly handled.
If the remote file "file.png" doesn't have the correct permissions, the following error happens on the initial sync:
To get the initial sync to work again (after fixing the permissions issue), you need to delete both the local directory, and the ".git" directory from the remote server.
The text was updated successfully, but these errors were encountered: