zbl430
V2EX  ›  Vagrant

vagrant 问题

  •  1
     
  •   zbl430 · Aug 2, 2017 · 4938 views
    This topic created in 3210 days ago, the information mentioned may be changed or developed.

    ubuntu 新初始化的 box,up 出现下面问题

    Bringing machine 'default' up with 'virtualbox' provider...
    There are errors in the configuration of this machine. Please fix
    the following errors and try again:
    
    SSH:
    * The following settings shouldn't exist: password
    

    Vagrantfile 内容为:

    # -*- mode: ruby -*-
    # vi: set ft=ruby :
    
    # Vagrantfile API/syntax version. Don't touch unless you know what you're doing!
    VAGRANTFILE_API_VERSION = "2"
    
    Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
      config.vm.box = "Xenial64"
    end
    
    No Comments Yet
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   3016 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 38ms · UTC 12:01 · PVG 20:01 · LAX 05:01 · JFK 08:01
    ♥ Do have faith in what you're doing.