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
Assumes the GNU version of tar is present. The default on macOS is BSD tar and produces the following error.
tar: Option --hard-dereference is not supported
Usage:
List: tar -tf <archive-filename>
Extract: tar -xf <archive-filename>
Create: tar -cf <archive-filename> [filenames...]
Help: tar --help
Installing gnu-tar via Homebrew removes this error.
The text was updated successfully, but these errors were encountered:
https://github.com/moddevices/mod-sdk/blob/master/modsdk/webserver.py#L608
Assumes the GNU version of tar is present. The default on macOS is BSD tar and produces the following error.
Installing gnu-tar via Homebrew removes this error.
The text was updated successfully, but these errors were encountered: