I wanted to brew install nginx and got error
So I checked my /usr/bin/tar - and got not found
But!
and
Can you please help me? How could I fix this?
Code:
Error: Failure while executing: tar xf /Library/Caches/Homebrew/pcre-8.32.tar.bz2
So I checked my /usr/bin/tar - and got not found
But!
Code:
ln -s /usr/bin/tar /bin/tar
ln: /bin/tar: File exists
and
Code:
ls -ld /usr/bin/tar
lrwxr-xr-x 1 root wheel 21 5 июн 15:22 /usr/bin/tar -> /usr/local/bin/bsdtar
Can you please help me? How could I fix this?