WingTsun Posted October 11, 2015 Report Share Posted October 11, 2015 (edited) Sveiki! Uzduros nelielai problemai ar Composer. Lietoju windows uz sava local dev servera. Composer ir uzinstalets, un pats par sevi strada. Problema ir, ka, kad es meginu palaizt install komandu: "php composer.phar install", man met erroru: fatal: Not a git repository (or any of the parent directories): .git fatal: Not a git repository (or any of the parent directories): .git abort: no repository found in 'C:\xampp\htdocs\Project109' (.hg not found)! 'svn' is not recognized as an internal or external command, operable program or batch file. Luk seit ir saturs no "composer.json": { "require": { "blocktrail/blocktrail-sdk": "1.1.*" } } Nevaru iebraukt, kadel nestrada. Esmu iesacejs ar Composer, bet man ir shita lieta jaieshari :) Paldies par palidzibu, WingTsun™ Edited October 11, 2015 by WingTsun Quote Link to comment Share on other sites More sharing options...
ViktorsN Posted October 13, 2015 Report Share Posted October 13, 2015 SVN ir ieinstalēts? Quote Link to comment Share on other sites More sharing options...
briedis Posted October 13, 2015 Report Share Posted October 13, 2015 Izskatās, ka vispirms tiek meklēts GIT. Ja git nav, tad mēģina SVN vai mercurial. Karoč. Vajag git. System Requirements#Composer requires PHP 5.3.2+ to run. A few sensitive php settings and compile flags are also required, but when using the installer you will be warned about any incompatibilities. To install packages from sources instead of simple zip archives, you will need git, svn or hg depending on how the package is version-controlled. Composer is multi-platform and we strive to make it run equally well on Windows, Linux and OSX. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.