如何修复与 NFS 问题相关的 vagrant up 错误?

How to fix vagrant up error related to NFS issue?

我 运行 今天早上遇到了一个非常棘手的问题 运行。当我重新启动机器并尝试 运行 vagrant up 时,出现此错误;

==> default: Mounting NFS shared folders...
The following SSH command responded with a non-zero exit status.
Vagrant assumes that this means the command failed!
mount -o vers=3,rw,tcp,nolock,noacl,async 10.0.1.1:/Users/me/code /vagrant
Stdout from the command:
Stderr from the command:
mount.nfs: requested NFS version or transport protocol is not supported

我没有更改任何配置设置,也没有更新我的机器或任何东西。据我所知,一切都没有改变。是什么赋予了?任何人都知道问题是什么以及我可以做些什么来解决它?

对于遇到同样问题并且 none 您发现的其他解决方案似乎有效的任何人,我的问题是 127.0.0.1 localhost 从我的 /etc/hosts 文件中丢失。不确定它是如何或为什么丢失的,但是在将其添加回去时,它解决了问题。