Jef*_*102 4 vim homebrew macos-mojave
我正在尝试在 Mac OS mojave 中使用 brew 安装 vim,我可以通过在终端中引入整个方向来使用它,但是当我输入vim它时使用默认一个,当我构建它时它显示了这个错误:
==> Pouring vim-8.2.0750.mojave.bottle.tar.gz
Error: The `brew link` step did not complete successfully
The formula built, but is not symlinked into /usr/local
Could not symlink share/man/de/man1/ex.1
/usr/local/share/man/de/man1 is not writable.
You can try again using:
brew link vim
Run Code Online (Sandbox Code Playgroud)
我尝试链接它并显示此错误:
$ brew link vim
Linking /usr/local/Cellar/vim/8.2.0750...
Error: Could not symlink share/man/de/man1/ex.1
/usr/local/share/man/de/man1 is not writable.
MacBook-Air-de-Carlos:~ julian$
Run Code Online (Sandbox Code Playgroud)
您必须通过以下方式设置所有权/usr/local/share:
sudo chown -R $(whoami) /usr/local/share
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
875 次 |
| 最近记录: |