Created
June 27, 2012 16:10
-
-
Save dragoonis/3005105 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
paul@AllTheBestBuys:~/ppi2-composer/PPI$ sudo php composer.phar install | |
Installing dependencies | |
- Installing doctrine/common (2.2.x-dev) | |
Cloning 1e0aa60d109c630d19543d999f12e2852ef8f932 | |
[RuntimeException] | |
Failed to clone http://github.com/doctrine/common via git, https and http protocols, aborting. | |
- git://github.com/doctrine/common | |
error: unknown switch `c' | |
usage: git clone [options] [--] <repo> [<dir>] | |
-v, --verbose be more verbose | |
-q, --quiet be more quiet | |
--progress force progress reporting | |
-n, --no-checkout don't create a checkout | |
--bare create a bare repository | |
--mirror create a mirror repository (implies bare) | |
-l, --local to clone from a local repository | |
--no-hardlinks don't use local hardlinks, always copy | |
-s, --shared setup as shared repository | |
--recursive initialize submodules in the clone | |
--template <path> path the template repository | |
--reference <repo> reference repository | |
-o, --origin <branch> | |
use <branch> instead of 'origin' to track upstream | |
-b, --branch <branch> | |
checkout <branch> instead of the remote's HEAD | |
-u, --upload-pack <path> | |
path to git-upload-pack on the remote | |
--depth <depth> create a shallow clone of that depth | |
- https://github.com/doctrine/common | |
error: unknown switch `c' | |
usage: git clone [options] [--] <repo> [<dir>] | |
-v, --verbose be more verbose | |
-q, --quiet be more quiet | |
--progress force progress reporting | |
-n, --no-checkout don't create a checkout | |
--bare create a bare repository | |
--mirror create a mirror repository (implies bare) | |
-l, --local to clone from a local repository | |
--no-hardlinks don't use local hardlinks, always copy | |
-s, --shared setup as shared repository | |
--recursive initialize submodules in the clone | |
--template <path> path the template repository | |
--reference <repo> reference repository | |
-o, --origin <branch> | |
use <branch> instead of 'origin' to track upstream | |
-b, --branch <branch> | |
checkout <branch> instead of the remote's HEAD | |
-u, --upload-pack <path> | |
path to git-upload-pack on the remote | |
--depth <depth> create a shallow clone of that depth | |
- http://github.com/doctrine/common | |
error: unknown switch `c' | |
usage: git clone [options] [--] <repo> [<dir>] | |
-v, --verbose be more verbose | |
-q, --quiet be more quiet | |
--progress force progress reporting | |
-n, --no-checkout don't create a checkout | |
--bare create a bare repository | |
--mirror create a mirror repository (implies bare) | |
-l, --local to clone from a local repository | |
--no-hardlinks don't use local hardlinks, always copy | |
-s, --shared setup as shared repository | |
--recursive initialize submodules in the clone | |
--template <path> path the template repository | |
--reference <repo> reference repository | |
-o, --origin <branch> | |
use <branch> instead of 'origin' to track upstream | |
-b, --branch <branch> | |
checkout <branch> instead of the remote's HEAD | |
-u, --upload-pack <path> | |
path to git-upload-pack on the remote | |
--depth <depth> create a shallow clone of that depth | |
install [--prefer-source] [--dry-run] [--dev] [--no-scripts] | |
paul@AllTheBestBuys:~/ppi2-composer/PPI$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment