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
Error: The `brew link` step did not complete successfully
The formula built, but is not symlinked into /usr/local
Could not symlink bin/zsh
Target /usr/local/bin/zsh
already exists. You may want to remove it:
rm '/usr/local/bin/zsh'
To force the link and overwrite all conflicting files:
brew link --overwrite zsh
To list all files that would be deleted:
brew link --overwrite --dry-run zsh
Possible conflicting files are:
/usr/local/bin/zsh -> /bin/zsh
The text was updated successfully, but these errors were encountered:
the link step is necessary to fix a conflict
The text was updated successfully, but these errors were encountered: