Skip to content

Instantly share code, notes, and snippets.

@CreatiCoding
Created October 27, 2021 08:14
Show Gist options
  • Save CreatiCoding/10f25f0d7836d5f71d1dfe8c18121383 to your computer and use it in GitHub Desktop.
Save CreatiCoding/10f25f0d7836d5f71d1dfe8c18121383 to your computer and use it in GitHub Desktop.
when your account dosen't have permission of /usr/local/bin, do this.

Error: The following directories are not writable by your user:

/usr/local/bin

You should change the ownership of these directories to your user.

  sudo chown -R $(whoami) /usr/local/bin

And make sure that your user has write permission.

  chmod u+w /usr/local/bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment