2

在 Windows 子系统(wsl)的 bash 中的默认 git 出现性能问题后,我切换到为 Windows 提供的 git(将其添加到我的路径中)

现在我在 WSL 子系统 bash 中将 git 用于 Windows,它不再将 vim 作为我的编辑器启动。

这是我得到的错误:

Vim: Warning: Output is not to a terminal Vim: Warning: Input is not from a terminal

当我在 bash for windows shell 中时,如何告诉 git for windows 启动 vim 而不会出错?

谢谢

4

1 回答 1

1

我在切换到在 WSL 中使用 Windows git 时遇到了完全相同的问题,因为在 /mnt/ 共享上处理大型 repo 时它明显更快。现在我已经求助于将我的 core.editor 设置为 Windows gvim,它可以工作 - 它启动一个新实例并允许我保持相同的肌肉记忆 :wq - 但我很想找到一种让控制台 vim 工作的方法正确。

于 2019-01-19T12:14:14.490 回答