I’m pulling my first site from WPEngine with a new install of Local. The initial pull seems to be getting stuck and I’m getting the following errors in the local-lightening.log file -
{“thread”:“main”,“class”:“DevKitService”,“message”:“Could not create directory ‘/home/robid/.ssh’.\r\n”,“level”:“warn”,“timestamp”:“2020-02-23T16:43:50.698Z”}
{“thread”:“main”,“class”:“DevKitService”,“message”:“Failed to add the host to the list of known hosts (/home/robid/.ssh/known_hosts).\r\n”,“level”:“warn”,“timestamp”:“2020-02-23T16:43:50.993Z”}
{“thread”:“main”,“class”:“DevKitService”,“level”:“info”,“message”:“Database downloaded to .\_wpeprivate\autoload.sql\n”,“timestamp”:“2020-02-23T16:44:04.756Z”}
{“thread”:“main”,“class”:“DevKitService”,“level”:“info”,“message”:“Cloning site-specific config via SSH Gateway…\n”,“timestamp”:“2020-02-23T16:44:04.760Z”}
{“thread”:“main”,“class”:“DevKitService”,“level”:“info”,“message”:"\u001b[1;31m\rError: \u001b[0mUnable to clone site config: Unable to pull config: Unable to pull config files: Could not create directory ‘/home/robid/.ssh’.\r\nFailed to add the host to the list of known hosts (/home/robid/.ssh/known_hosts).\r\n\n",“timestamp”:“2020-02-23T16:44:22.549Z”}
{“thread”:“main”,“reason”:{“message”:“ENOENT: no such file or directory, open ‘C:\Users\robid\Local Sites\lvroofing\app\public\.wpengine-conf\wp-config-site.php’”,“stack”:“Error: ENOENT: no such file or directory, open ‘C:\Users\robid\Local Sites\lvroofing\app\public\.wpengine-conf\wp-config-site.php’”},“p”:{},“level”:“warn”,“message”:“Unhandled Rejection.”,“timestamp”:“2020-02-23T16:44:22.568Z”}
Seems like it’s looking for a /home/robid folder, but I’m running Windows 10 not unix or mac, so that folder structure does not exist. Any help would be appreciated!
Thanks!
Ryan