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 think this is due to tar trying to preserve r/w permissions, which on windows means the read only flag is set on the directory, prior to writing children. You can use the set_preserve_permissions to ignore permissions on the files in the tar, but that was being ignored on Windows, so I made a PR alexcrichton/tar-rs#216 to fix that at least. It should be fine to completely ignore permissions on the source tarballs.
The text was updated successfully, but these errors were encountered: