LoginSignup
0
0

More than 3 years have passed since last update.

vagrant homestead.yamlでマウントエラー

Posted at

vagrantのlaravel/homesteadで開発環境を練習しようとしていますが、現在エラーがでています。
解決方法がわからないので、ご教授お願い致します。

エラーはvagrant upした時に
homestead: Unable to mount one of your folders. Please check your folders in Homestead.yaml
のエラーがでます。
homestead.yamlは
ip: "192.168.80.10"
memory: 2048
cpus: 2
provider: virtualbox

authorize: ~/.ssh/id_rsa.pub

keys:
- ~/.ssh/id_rsa

folders:
- map: ~/code/Laravel
to: /home/vagrant/code/Laravel

sites:
- map: homestead.app
to: /home/vagrant/code/Laravel/public

databases:
- homestead

features:

です。
pcはmacです。
何か解決方法ございましたら、ご教授お願いします。

0
0
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0