我已經安裝了Git, VirtualBox and Vargant on my Windows 10
電腦。 使用git-bash控制檯啓動Vargant有問題。vagrant INIT工程,vagrant UP - 不起作用
當我做vargant init
- 這個創建vargant文件,看起來好像沒關係。
[email protected] MINGW64 /d/shell
$ vagrant init hashicorp/precise32
A `Vagrantfile` has been placed in this directory. You are now
ready to `vagrant up` your first virtual environment! Please read
the comments in the Vagrantfile as well as documentation on
`vagrantup.com` for more information on using Vagrant.
但是,當我嘗試使用vagrant up
命令開始顛沛流離我收到錯誤。
[email protected] MINGW64 /d/shell
$ vagrant up
bash: vagrant: command not found
我試圖重新啓動,重新安裝這些軟件,安裝軟件的最新版本,還是previouse版本 - 沒有什麼幫助 - 仍然bash: vagrant: command not found
。
我接下來要做什麼shell來解決問題?
假設你的例子中'vargant'是一個錯字?你實際上是在外殼裏輸入'vagrant'? – Doon