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 have ubuntu and when running update-api.sh I got an error:
tar: unrecognized option '--include=*.proto'
Try 'tar --help' or 'tar --usage' for more information.
I've tried using tar of 1.29 and 1.34 versions, with no success.
Seems that recent gnu tar doesn't support --include https://stackoverflow.com/a/5748856/4477463 (check comments of the answer)
The text was updated successfully, but these errors were encountered:
I have ubuntu and when running update-api.sh I got an error:
I've tried using tar of 1.29 and 1.34 versions, with no success.
Seems that recent gnu tar doesn't support --include
https://stackoverflow.com/a/5748856/4477463 (check comments of the answer)
The text was updated successfully, but these errors were encountered: