'Vagrant ssh : garbage at end of line
Trying to install vagrant for laravel project All was nice just till the moment I tryed to create vagrant ssh with command: vagrant ssh I have next error:
command-line line 0: garbage at end of line;"chil/project/Homestead/.vagrant/machines/homestead-7/virtualbox/private_key".
I think it's because of path, because I have folder illia_chil (firts folder in the path)
Solution 1:[1]
It is because of the path, but an underscore shouldn't have caused this error. I had this error due to having spaces in my path.
Solution 2:[2]
If you have spaces in your path, use double quotes. That resolved the issue for me.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Ronny |
| Solution 2 | Afnan Qureshi |
