我是vagrant/homestead的新手,我正在尝试调试使用vagrant创建的框,因为连接是在超时循环上.我正在尝试启用GUI.我尝试将流浪网站的配置及其每个变体添加到我的vagrantfile:
config.vm.provider "virtualbox" do |v|
v.gui = true
end
Run Code Online (Sandbox Code Playgroud)
但无论什么时候在那里,我都会流浪或重新加载,它只会返回 "Message: undefined local variable or method 'config' for main:Object"
有任何想法吗?提前致谢!