Why is Vagrant trying to SSH to Windows guest?

前端 未结 2 1596
独厮守ぢ
独厮守ぢ 2021-02-07 10:19

My host is running Windows 7 Pro (64 bit). The Guest OS in this case is Windows Server 2008 R2. The \'vagrant up\' command is running into an issue where I keep getting:

2条回答
  •  萌比男神i
    2021-02-07 10:53

    You need to use

       config.vm.communicator = "winrm"
    

    In your vagrant file. Take a look at this feature preview

提交回复
热议问题