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
{{ message }}
This repository was archived by the owner on Dec 2, 2020. It is now read-only.
While installing some brewcask osx apps , these errors were thrown...
Error: Execution of 'brew cask install github --appdir=/Applications' returned 1: ==> Downloading https://central.github.com/mac/latest
Already downloaded: /Library/Caches/Homebrew/github-latest
==> It seems there is already an App at '/Applications/GitHub.app'; not linking.
==> Symlinking Binary 'github_cli' to '/usr/local/bin/github'
Error: Command failed to execute!
==> Failed command:
["/bin/ln", "-hfs", "--", "#<Pathname:/opt/homebrew-cask/Caskroom/github/latest/GitHub.app/Contents/MacOS/github_cli>", "#<Pathname:/usr/local/bin/github>"]
==> Output of failed command:
==> Exit status of failed command:
#<Process::Status: pid 91787 exit 1>
==> ln: /usr/local/bin/github: Permission denied
Is it impossible to install some apps with brewcask if there were already installed ?
Thanks
The text was updated successfully, but these errors were encountered:
radeksimko
changed the title
==> It seems there is already an App at '/Applications/<package>.app'; not linking. ==> Symlinking Binary '<package>' to '/usr/local/bin/<package>' Error: Command failed to execute!
ln: /usr/local/bin/*: Permission denied
Dec 27, 2014
While installing some brewcask osx apps , these errors were thrown...
Is it impossible to install some apps with brewcask if there were already installed ?
Thanks
The text was updated successfully, but these errors were encountered: