Homebrew: Could not symlink, /usr/local/bin is not writable -



Homebrew: Could not symlink, /usr/local/bin is not writable -

while installing tig, homebrew displaying next issues while installing dependency:

error: `brew link` step did not finish formula built, not symlinked /usr/local not symlink bin/a2x /usr/local/bin not writable. can seek 1 time again using: brew link asciidoc

following alex' answer able resolve issue; seems issue non specific packages beingness installed of permissions of homebrew folders.

sudo chown -r `whoami`:admin /usr/local/bin

for packages, may need /usr/local/share.

homebrew

Comments

Popular posts from this blog

c - Compilation of a code: unkown type name string -

java - Bypassing "final local variable defined in an enclosing type" -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -