Tar Wrapped by Cli Tool Fails to Write
Our internal CLI tool will try to download a proto file by git achieve
command, and then tar it to /usr/local/include
. One user reported in his desktop tar cannot unzip file:
xxx.proto: Can't create 'xxx.proto'
tar: Error exit delayed from previous errors.
ERROR fail to extract xxx.proto into '/usr/local/include/xxx.proto'
via this script: 'tar -xf xxx.tar -C /usr/local/include'.