vagrant upを実行後private keyで動作が止まってエラーになってしま居ます
$ vagrant up Bringing machine 'default' up with 'virtualbox' provider... ==> default: Importing base box 'fabric-fundamentals'... ==> default: Matching MAC address for NAT networking... ==> default: Setting the name of the VM: fabric-fundamentals_default_1592795946388_49663 Vagrant is currently configured to create VirtualBox synced folders with the `SharedFoldersEnableSymlinksCreate` option enabled. If the Vagrant guest is not trusted, you may want to disable this option. For more information on this option, please refer to the VirtualBox manual: https://www.virtualbox.org/manual/ch04.html#sharedfolders This option can be disabled globally with an environment variable: VAGRANT_DISABLE_VBOXSYMLINKCREATE=1 or on a per folder basis within the Vagrantfile: config.vm.synced_folder '/host/path', '/guest/path', SharedFoldersEnableSymlinksCreate: false ==> default: Clearing any previously set network interfaces... ==> default: Preparing network interfaces based on configuration... default: Adapter 1: nat ==> default: Forwarding ports... default: 3000 (guest) => 3000 (host) (adapter 1) default: 3333 (guest) => 3333 (host) (adapter 1) default: 8080 (guest) => 8080 (host) (adapter 1) default: 22 (guest) => 2222 (host) (adapter 1) ==> default: Running 'pre-boot' VM customizations... ==> default: Booting VM... ==> default: Waiting for machine to boot. This may take a few minutes... default: SSH address: 127.0.0.1:2222 default: SSH username: vagrant default: SSH auth method: private key
<試したこと>
一度全てのデータを削除してvirtualboxを再インストールするところから始めた。
キーの複製?を作って再度貼り付けたらいいとの記事があったのでやってみたところコピーはできたが、貼り付けコマンドが無効で実行できなかった。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。