aaemnnosttv / wp-cli-valet-command

Harness the power of Laravel Valet for creating fully functional WordPress installs in seconds.
https://aaemnnost.tv/wp-cli-commands/valet/
299 stars 31 forks source link

Install problems #48

Closed eclectic-coding closed 5 years ago

eclectic-coding commented 5 years ago

I have installed this package before on other systems, but now I am gettign the followign error: Loading composer repositories with package information Warning: Failed to execute git clone --mirror 'git@github.com:aaemnnosttv/wp-cli-valet-command.git' '/Users/USER/.composer/cache/vcs/git-github.com-aaemnnosttv-wp-cli-valet-command.git/'

Thoughts.

aaemnnosttv commented 5 years ago

Hmm, not quite enough information to say. Can you share the command you are using to install the package and where you're running it?

eclectic-coding commented 5 years ago

Sorry I was able to install. The command I was using was 'wp package install git@github.com:aaemnnosttv/wp-cli-valet-command.git'

It ended up being a memory limit issue. I had to increase php limit to 768 and it installed

aaemnnosttv commented 5 years ago

Yeah, it's a common issue installing just about any package through wp-cli using the default memory limits that come with Brew's PHP.

Glad you were able to get it installed 👍

Duplicate of #14