Open ltouro opened 11 years ago
"'git' is not recognized as an internal or external command, operable program or batch file."
Seem to be clear, composer cannot use "git". Make sure that git can be used by composer. I think that you can check your path in cli using "php -i"... But I'm pretty sure that is just a no git installation problem...
Romain Dary
On 22 août 2013, at 23:40, ltouro notifications@github.com wrote:
Hello,
Trying to install peck through the composer.
Getting the following error:
R2D2@R2D2-PC C:\Users\R2D2
cd path/to/speck/
php -r "eval('?>'.file_get_contents('https://getcomposer.org/installer'));
All settings correct for using Composer Downloading... Composer successfully installed
php composer.phar
Loading composer repositories with package information Installing dependencies (including require-dev)
Installing evandotpro/edp-sub-layout (dev-master 30c26b1) Cloning 30c26b1
[RuntimeException] Failed to clone https://github.com/EvanDotPro/EdpSubLayout.git, git was not found, check that it is installed and in your PATH env.
'git' is not recognized as an internal or external command, operable program or batch file.
install [--prefer-source] [--prefer-dist] [--dry-run] [--dev] [--no-dev] [--no-c ustom-installers] [--no-scripts] [--no-progress] [-v|vv|vvv|--verbose] [-o|--opt imize-autoloader]
Any ideas?
I'm using XAMPP localhost. Pointed the htdocs to path/to/speck/public. First experience with ZEND Framework.
— Reply to this email directly or view it on GitHub.
Thanks for the advice.
After setting the PATH to GIT on XAMPP's shell, the composer could download clone everything was needed :)
i was able to setup/install speckcommerce successfully on my local system the tables were created as well, but after completion when i browse the project it gives below error.
"An alias "speckcatalog_db" was requested but no service could be found."
please suggest.
database.local.php.dist does not get created, you need to edit it with your DB details and rename it to database.local.php in order to continue.
See my comment here https://github.com/speckcommerce/speck/issues/39
Hello,
Trying to install Speck through the composer.
Getting the following error:
R2D2@R2D2-PC C:\Users\R2D2 cd path/to/speck/ php -r "eval('?>'.file_get_contents('https://getcomposer.org/installer')); All settings correct for using Composer Downloading... Composer successfully installed php composer.phar
Loading composer repositories with package information Installing dependencies (including require-dev)
Installing evandotpro/edp-sub-layout (dev-master 30c26b1) Cloning 30c26b15f686be62e078c6cfc6dbfe7e669628ca
[RuntimeException] Failed to clone https://github.com/EvanDotPro/EdpSubLayout.git, git was not found, check that it is installed and in your PATH env.
'git' is not recognized as an internal or external command, operable program or batch file.
install [--prefer-source] [--prefer-dist] [--dry-run] [--dev] [--no-dev] [--no-c ustom-installers] [--no-scripts] [--no-progress] [-v|vv|vvv|--verbose] [-o|--opt imize-autoloader]
Any ideas?
I'm using XAMPP localhost. Pointed the htdocs to path/to/speck/public. First experience with ZEND Framework.