Mitesh
·
Jun 9, 2017
·
Viewed 69.7k times
·
Source
I could not figure out where I made a mistake here. My command vagrant up replies with the following lines
$ vagrant up
Check your Homestead.yaml file, the path to your private key does not exist.
Check your Homestead.yaml file, the path to your private key does not exist.
I'm on a Mac OS Yosemite using Laravel 5.0.
While in my local environment, I run php artisan migrate I keep getting :
Access denied for user 'homestead'@'localhost' (using password: YES)
Configuration
Here is my .env
APP_ENV=local
APP_DEBUG=…
While running the command vagrant box add laravel/homestead, I am getting this error:
An error occurred while downloading the remote file. The error
message, if any, is reproduced below. Please fix this error and try
again.
OpenSSL SSL_read: …
I set up homestead 2.0 on OSX host and using Sequel Pro.
I can do migration and confirm that data are migrated in Sequel Pro, so it looks like no problem about DB connection.
But once I try to fetch data …