我正在尝试在 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) 这是我第一次尝试安装和使用 Arch linux,我试图将它安装在 Mac Os mojave 的 VirtualBox 中,当我这样做时arch-chroot /mnt(在完成所有配置之后),然后尝试将nano /etc/locale.conf其打印出来command not found。
我已经尝试过使用vim或 其他命令,例如sudo或apt安装纯文本编辑器,但它总是相同的,我也尝试了两次,但没有任何变化。
请,我需要帮助。