Skip to content

Instantly share code, notes, and snippets.

@lmayorga1980
Created June 18, 2015 16:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lmayorga1980/04ddfd31ad7e042f962a to your computer and use it in GitHub Desktop.
Save lmayorga1980/04ddfd31ad7e042f962a to your computer and use it in GitHub Desktop.
Running from SSH Console
C:\Temp>powershell -file puppet-install-code.ps1
[2015-06-18 12:05:17 - DEBUG1] Testing to see if feature shellgit is available.
[2015-06-18 12:05:17 - DEBUG2] Evaluating proc #<Proc:0x128cb08@C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/features.rb:16> to test for feature shellgit
[2015-06-18 12:05:17 - DEBUG2] Proc #<Proc:0x128cb08@C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/features.rb:16> for feature shellgit returned "C:\\Program Files (x86)\\Git\\bin/git.EXE"
[2015-06-18 12:05:17 - DEBUG1] Feature shellgit is available.
[2015-06-18 12:05:17 - DEBUG1] Testing to see if feature shellgit is available.
[2015-06-18 12:05:17 - DEBUG2] Evaluating proc #<Proc:0x128cb08@C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/features.rb:16> to test for feature shellgit
[2015-06-18 12:05:17 - DEBUG2] Proc #<Proc:0x128cb08@C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/features.rb:16> for feature shellgit returned "C:\\Program Files (x86)\\Git\\bin/git.EXE"
[2015-06-18 12:05:17 - DEBUG1] Feature shellgit is available.
[2015-06-18 12:05:17 - INFO] Updating module C:\puppet\modules\external/stdlib
[2015-06-18 12:05:17 - DEBUG1] Creating new git cache for "https://github.com/puppetlabs/puppetlabs-stdlib.git"
[2015-06-18 12:05:17 - DEBUG2] Starting process: ["git", "clone", "--mirror", "https://github.com/puppetlabs/puppetlabs-stdlib.git", "C:/Program Files/OpenSSH/home/_puppet/.r10k/git/https---github.com-puppetlabs-puppetlabs-stdlib.git"]
[2015-06-18 12:05:17 - DEBUG2] Finished process:
Command: git clone --mirror https://github.com/puppetlabs/puppetlabs-stdlib.git C:/Program Files/OpenSSH/home/_puppet/.r10k/git/https---github.com-puppetlabs-puppetlabs-stdlib.git
Stderr:
Too many arguments.
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
--recurse-submodules initialize submodules in the clone
--template <template-directory>
directory from which templates will be used
--reference <repo> reference repository
-o, --origin <name> use <name> 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
--single-branch clone only one branch, HEAD or --branch
--separate-git-dir <gitdir>
separate git dir from working tree
-c, --config <key=value>
set config inside the new repository
Exit code: 129
[2015-06-18 12:05:17 - ERROR] Command exited with non-zero exit code:
Command: git clone --mirror https://github.com/puppetlabs/puppetlabs-stdlib.git C:/Program Files/OpenSSH/home/_puppet/.r10k/git/https---github.com-puppetlabs-puppetlabs-stdlib.git
Stderr:
Too many arguments.
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
--recurse-submodules initialize submodules in the clone
--template <template-directory>
directory from which templates will be used
--reference <repo> reference repository
-o, --origin <name> use <name> 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
--single-branch clone only one branch, HEAD or --branch
--separate-git-dir <gitdir>
separate git dir from working tree
-c, --config <key=value>
set config inside the new repository
Exit code: 129
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/util/subprocess.rb:75:in `execute'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/git/shellgit/base_repository.rb:98:in `git'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/git/shellgit/bare_repository.rb:19:in `clone'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/git/cache.rb:91:in `sync!'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/git/cache.rb:71:in `sync'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/git/stateful_repository.rb:33:in `sync'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/action/puppetfile/install.rb:48:in `visit_module'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/action/puppetfile/install.rb:34:in `visit'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/module/base.rb:80:in `accept'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/puppetfile.rb:94:in `block (2 levels) in accept'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/puppetfile.rb:93:in `each'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/puppetfile.rb:93:in `block in accept'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/action/puppetfile/install.rb:42:in `visit_puppetfile'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/action/puppetfile/install.rb:34:in `visit'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/puppetfile.rb:92:in `accept'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/action/puppetfile/install.rb:29:in `call'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/action/runner.rb:30:in `call'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/action/cri_runner.rb:67:in `call'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/cri-2.6.1/lib/cri/command_dsl.rb:223:in `block in runner'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/cri-2.6.1/lib/cri/command.rb:298:in `call'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/cri-2.6.1/lib/cri/command.rb:298:in `run_this'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/cri-2.6.1/lib/cri/command.rb:251:in `run'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/cri-2.6.1/lib/cri/command.rb:264:in `run'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/cri-2.6.1/lib/cri/command.rb:264:in `run'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/bin/r10k:7:in `<top (required)>'
C:/ProgramData/ruby/bin/r10k:23:in `load'
C:/ProgramData/ruby/bin/r10k:23:in `<main>'
[2015-06-18 12:05:17 - INFO] Updating module C:\puppet\modules\external/windows_env
[2015-06-18 12:05:17 - DEBUG1] Creating new git cache for "https://github.com/badgerious/puppet-windows-env.git"
[2015-06-18 12:05:17 - DEBUG2] Starting process: ["git", "clone", "--mirror", "https://github.com/badgerious/puppet-windows-env.git", "C:/Program Files/OpenSSH/home/_puppet/.r10k/git/https---github.com-badgerious-puppet-windows-env.git"]
[2015-06-18 12:05:17 - DEBUG2] Finished process:
Command: git clone --mirror https://github.com/badgerious/puppet-windows-env.git C:/Program Files/OpenSSH/home/_puppet/.r10k/git/https---github.com-badgerious-puppet-windows-env.git
Stderr:
Too many arguments.
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
--recurse-submodules initialize submodules in the clone
--template <template-directory>
directory from which templates will be used
--reference <repo> reference repository
-o, --origin <name> use <name> 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
--single-branch clone only one branch, HEAD or --branch
--separate-git-dir <gitdir>
separate git dir from working tree
-c, --config <key=value>
set config inside the new repository
Exit code: 129
[2015-06-18 12:05:17 - ERROR] Command exited with non-zero exit code:
Command: git clone --mirror https://github.com/badgerious/puppet-windows-env.git C:/Program Files/OpenSSH/home/_puppet/.r10k/git/https---github.com-badgerious-puppet-windows-env.git
Stderr:
Too many arguments.
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
--recurse-submodules initialize submodules in the clone
--template <template-directory>
directory from which templates will be used
--reference <repo> reference repository
-o, --origin <name> use <name> 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
--single-branch clone only one branch, HEAD or --branch
--separate-git-dir <gitdir>
separate git dir from working tree
-c, --config <key=value>
set config inside the new repository
Exit code: 129
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/util/subprocess.rb:75:in `execute'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/git/shellgit/base_repository.rb:98:in `git'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/git/shellgit/bare_repository.rb:19:in `clone'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/git/cache.rb:91:in `sync!'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/git/cache.rb:71:in `sync'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/git/stateful_repository.rb:33:in `sync'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/action/puppetfile/install.rb:48:in `visit_module'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/action/puppetfile/install.rb:34:in `visit'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/module/base.rb:80:in `accept'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/puppetfile.rb:94:in `block (2 levels) in accept'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/puppetfile.rb:93:in `each'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/puppetfile.rb:93:in `block in accept'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/action/puppetfile/install.rb:42:in `visit_puppetfile'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/action/puppetfile/install.rb:34:in `visit'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/puppetfile.rb:92:in `accept'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/action/puppetfile/install.rb:29:in `call'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/action/runner.rb:30:in `call'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/action/cri_runner.rb:67:in `call'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/cri-2.6.1/lib/cri/command_dsl.rb:223:in `block in runner'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/cri-2.6.1/lib/cri/command.rb:298:in `call'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/cri-2.6.1/lib/cri/command.rb:298:in `run_this'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/cri-2.6.1/lib/cri/command.rb:251:in `run'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/cri-2.6.1/lib/cri/command.rb:264:in `run'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/cri-2.6.1/lib/cri/command.rb:264:in `run'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/bin/r10k:7:in `<top (required)>'
C:/ProgramData/ruby/bin/r10k:23:in `load'
C:/ProgramData/ruby/bin/r10k:23:in `<main>'
[2015-06-18 12:05:17 - INFO] Updating module C:\puppet\modules\external/registry
[2015-06-18 12:05:17 - DEBUG1] Creating new git cache for "https://github.com/puppetlabs/puppetlabs-registry.git"
[2015-06-18 12:05:17 - DEBUG2] Starting process: ["git", "clone", "--mirror", "https://github.com/puppetlabs/puppetlabs-registry.git", "C:/Program Files/OpenSSH/home/_puppet/.r10k/git/https---github.com-puppetlabs-puppetlabs-registry.git"]
[2015-06-18 12:05:17 - DEBUG2] Finished process:
Command: git clone --mirror https://github.com/puppetlabs/puppetlabs-registry.git C:/Program Files/OpenSSH/home/_puppet/.r10k/git/https---github.com-puppetlabs-puppetlabs-registry.git
Stderr:
Too many arguments.
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
--recurse-submodules initialize submodules in the clone
--template <template-directory>
directory from which templates will be used
--reference <repo> reference repository
-o, --origin <name> use <name> 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
--single-branch clone only one branch, HEAD or --branch
--separate-git-dir <gitdir>
separate git dir from working tree
-c, --config <key=value>
set config inside the new repository
Exit code: 129
[2015-06-18 12:05:17 - ERROR] Command exited with non-zero exit code:
Command: git clone --mirror https://github.com/puppetlabs/puppetlabs-registry.git C:/Program Files/OpenSSH/home/_puppet/.r10k/git/https---github.com-puppetlabs-puppetlabs-registry.git
Stderr:
Too many arguments.
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
--recurse-submodules initialize submodules in the clone
--template <template-directory>
directory from which templates will be used
--reference <repo> reference repository
-o, --origin <name> use <name> 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
--single-branch clone only one branch, HEAD or --branch
--separate-git-dir <gitdir>
separate git dir from working tree
-c, --config <key=value>
set config inside the new repository
Exit code: 129
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/util/subprocess.rb:75:in `execute'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/git/shellgit/base_repository.rb:98:in `git'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/git/shellgit/bare_repository.rb:19:in `clone'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/git/cache.rb:91:in `sync!'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/git/cache.rb:71:in `sync'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/git/stateful_repository.rb:33:in `sync'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/action/puppetfile/install.rb:48:in `visit_module'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/action/puppetfile/install.rb:34:in `visit'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/module/base.rb:80:in `accept'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/puppetfile.rb:94:in `block (2 levels) in accept'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/puppetfile.rb:93:in `each'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/puppetfile.rb:93:in `block in accept'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/action/puppetfile/install.rb:42:in `visit_puppetfile'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/action/puppetfile/install.rb:34:in `visit'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/puppetfile.rb:92:in `accept'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/action/puppetfile/install.rb:29:in `call'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/action/runner.rb:30:in `call'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/action/cri_runner.rb:67:in `call'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/cri-2.6.1/lib/cri/command_dsl.rb:223:in `block in runner'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/cri-2.6.1/lib/cri/command.rb:298:in `call'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/cri-2.6.1/lib/cri/command.rb:298:in `run_this'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/cri-2.6.1/lib/cri/command.rb:251:in `run'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/cri-2.6.1/lib/cri/command.rb:264:in `run'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/cri-2.6.1/lib/cri/command.rb:264:in `run'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/bin/r10k:7:in `<top (required)>'
C:/ProgramData/ruby/bin/r10k:23:in `load'
C:/ProgramData/ruby/bin/r10k:23:in `<main>'
[2015-06-18 12:05:17 - INFO] Updating module C:\puppet\modules\external/vcsrepo
[2015-06-18 12:05:17 - DEBUG1] Creating new git cache for "https://github.com/puppetlabs/puppetlabs-vcsrepo.git"
[2015-06-18 12:05:17 - DEBUG2] Starting process: ["git", "clone", "--mirror", "https://github.com/puppetlabs/puppetlabs-vcsrepo.git", "C:/Program Files/OpenSSH/home/_puppet/.r10k/git/https---github.com-puppetlabs-puppetlabs-vcsrepo.git"]
[2015-06-18 12:05:17 - DEBUG2] Finished process:
Command: git clone --mirror https://github.com/puppetlabs/puppetlabs-vcsrepo.git C:/Program Files/OpenSSH/home/_puppet/.r10k/git/https---github.com-puppetlabs-puppetlabs-vcsrepo.git
Stderr:
Too many arguments.
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
--recurse-submodules initialize submodules in the clone
--template <template-directory>
directory from which templates will be used
--reference <repo> reference repository
-o, --origin <name> use <name> 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
--single-branch clone only one branch, HEAD or --branch
--separate-git-dir <gitdir>
separate git dir from working tree
-c, --config <key=value>
set config inside the new repository
Exit code: 129
[2015-06-18 12:05:17 - ERROR] Command exited with non-zero exit code:
Command: git clone --mirror https://github.com/puppetlabs/puppetlabs-vcsrepo.git C:/Program Files/OpenSSH/home/_puppet/.r10k/git/https---github.com-puppetlabs-puppetlabs-vcsrepo.git
Stderr:
Too many arguments.
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
--recurse-submodules initialize submodules in the clone
--template <template-directory>
directory from which templates will be used
--reference <repo> reference repository
-o, --origin <name> use <name> 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
--single-branch clone only one branch, HEAD or --branch
--separate-git-dir <gitdir>
separate git dir from working tree
-c, --config <key=value>
set config inside the new repository
Exit code: 129
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/util/subprocess.rb:75:in `execute'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/git/shellgit/base_repository.rb:98:in `git'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/git/shellgit/bare_repository.rb:19:in `clone'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/git/cache.rb:91:in `sync!'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/git/cache.rb:71:in `sync'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/git/stateful_repository.rb:33:in `sync'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/action/puppetfile/install.rb:48:in `visit_module'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/action/puppetfile/install.rb:34:in `visit'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/module/base.rb:80:in `accept'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/puppetfile.rb:94:in `block (2 levels) in accept'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/puppetfile.rb:93:in `each'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/puppetfile.rb:93:in `block in accept'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/action/puppetfile/install.rb:42:in `visit_puppetfile'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/action/puppetfile/install.rb:34:in `visit'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/puppetfile.rb:92:in `accept'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/action/puppetfile/install.rb:29:in `call'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/action/runner.rb:30:in `call'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/action/cri_runner.rb:67:in `call'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/cri-2.6.1/lib/cri/command_dsl.rb:223:in `block in runner'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/cri-2.6.1/lib/cri/command.rb:298:in `call'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/cri-2.6.1/lib/cri/command.rb:298:in `run_this'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/cri-2.6.1/lib/cri/command.rb:251:in `run'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/cri-2.6.1/lib/cri/command.rb:264:in `run'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/cri-2.6.1/lib/cri/command.rb:264:in `run'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/bin/r10k:7:in `<top (required)>'
C:/ProgramData/ruby/bin/r10k:23:in `load'
C:/ProgramData/ruby/bin/r10k:23:in `<main>'
[2015-06-18 12:05:17 - INFO] Updating module C:\puppet\modules\external/chocolatey
[2015-06-18 12:05:17 - DEBUG1] Creating new git cache for "https://github.com/chocolatey/puppet-chocolatey.git"
[2015-06-18 12:05:17 - DEBUG2] Starting process: ["git", "clone", "--mirror", "https://github.com/chocolatey/puppet-chocolatey.git", "C:/Program Files/OpenSSH/home/_puppet/.r10k/git/https---github.com-chocolatey-puppet-chocolatey.git"]
[2015-06-18 12:05:17 - DEBUG2] Finished process:
Command: git clone --mirror https://github.com/chocolatey/puppet-chocolatey.git C:/Program Files/OpenSSH/home/_puppet/.r10k/git/https---github.com-chocolatey-puppet-chocolatey.git
Stderr:
Too many arguments.
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
--recurse-submodules initialize submodules in the clone
--template <template-directory>
directory from which templates will be used
--reference <repo> reference repository
-o, --origin <name> use <name> 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
--single-branch clone only one branch, HEAD or --branch
--separate-git-dir <gitdir>
separate git dir from working tree
-c, --config <key=value>
set config inside the new repository
Exit code: 129
[2015-06-18 12:05:17 - ERROR] Command exited with non-zero exit code:
Command: git clone --mirror https://github.com/chocolatey/puppet-chocolatey.git C:/Program Files/OpenSSH/home/_puppet/.r10k/git/https---github.com-chocolatey-puppet-chocolatey.git
Stderr:
Too many arguments.
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
--recurse-submodules initialize submodules in the clone
--template <template-directory>
directory from which templates will be used
--reference <repo> reference repository
-o, --origin <name> use <name> 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
--single-branch clone only one branch, HEAD or --branch
--separate-git-dir <gitdir>
separate git dir from working tree
-c, --config <key=value>
set config inside the new repository
Exit code: 129
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/util/subprocess.rb:75:in `execute'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/git/shellgit/base_repository.rb:98:in `git'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/git/shellgit/bare_repository.rb:19:in `clone'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/git/cache.rb:91:in `sync!'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/git/cache.rb:71:in `sync'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/git/stateful_repository.rb:33:in `sync'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/action/puppetfile/install.rb:48:in `visit_module'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/action/puppetfile/install.rb:34:in `visit'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/module/base.rb:80:in `accept'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/puppetfile.rb:94:in `block (2 levels) in accept'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/puppetfile.rb:93:in `each'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/puppetfile.rb:93:in `block in accept'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/action/puppetfile/install.rb:42:in `visit_puppetfile'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/action/puppetfile/install.rb:34:in `visit'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/puppetfile.rb:92:in `accept'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/action/puppetfile/install.rb:29:in `call'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/action/runner.rb:30:in `call'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/action/cri_runner.rb:67:in `call'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/cri-2.6.1/lib/cri/command_dsl.rb:223:in `block in runner'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/cri-2.6.1/lib/cri/command.rb:298:in `call'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/cri-2.6.1/lib/cri/command.rb:298:in `run_this'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/cri-2.6.1/lib/cri/command.rb:251:in `run'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/cri-2.6.1/lib/cri/command.rb:264:in `run'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/cri-2.6.1/lib/cri/command.rb:264:in `run'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/bin/r10k:7:in `<top (required)>'
C:/ProgramData/ruby/bin/r10k:23:in `load'
C:/ProgramData/ruby/bin/r10k:23:in `<main>'
[2015-06-18 12:05:17 - INFO] Updating module C:\puppet\modules\internal/rabbitmq
[2015-06-18 12:05:17 - DEBUG1] Creating new git cache for "http://mygithub.com/my-org/puppet-rabbitmq.git"
[2015-06-18 12:05:17 - DEBUG2] Starting process: ["git", "clone", "--mirror", "http://mygithub.com/my-org/puppet-rabbitmq.git", "C:/Program Files/OpenSSH/home/_puppet/.r10k/git/http---mygithub.com-my-org-puppet-rabbitmq.git"]
[2015-06-18 12:05:17 - DEBUG2] Finished process:
Command: git clone --mirror http://mygithub.com/my-org/puppet-rabbitmq.git C:/Program Files/OpenSSH/home/_puppet/.r10k/git/http---mygithub.com-my-org-puppet-rabbitmq.git
Stderr:
Too many arguments.
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
--recurse-submodules initialize submodules in the clone
--template <template-directory>
directory from which templates will be used
--reference <repo> reference repository
-o, --origin <name> use <name> 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
--single-branch clone only one branch, HEAD or --branch
--separate-git-dir <gitdir>
separate git dir from working tree
-c, --config <key=value>
set config inside the new repository
Exit code: 129
[2015-06-18 12:05:17 - ERROR] Command exited with non-zero exit code:
Command: git clone --mirror http://mygithub.com/my-org/puppet-rabbitmq.git C:/Program Files/OpenSSH/home/_puppet/.r10k/git/http---mygithub.com-my-org-puppet-rabbitmq.git
Stderr:
Too many arguments.
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
--recurse-submodules initialize submodules in the clone
--template <template-directory>
directory from which templates will be used
--reference <repo> reference repository
-o, --origin <name> use <name> 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
--single-branch clone only one branch, HEAD or --branch
--separate-git-dir <gitdir>
separate git dir from working tree
-c, --config <key=value>
set config inside the new repository
Exit code: 129
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/util/subprocess.rb:75:in `execute'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/git/shellgit/base_repository.rb:98:in `git'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/git/shellgit/bare_repository.rb:19:in `clone'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/git/cache.rb:91:in `sync!'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/git/cache.rb:71:in `sync'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/git/stateful_repository.rb:33:in `sync'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/action/puppetfile/install.rb:48:in `visit_module'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/action/puppetfile/install.rb:34:in `visit'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/module/base.rb:80:in `accept'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/puppetfile.rb:94:in `block (2 levels) in accept'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/puppetfile.rb:93:in `each'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/puppetfile.rb:93:in `block in accept'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/action/puppetfile/install.rb:42:in `visit_puppetfile'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/action/puppetfile/install.rb:34:in `visit'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/puppetfile.rb:92:in `accept'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/action/puppetfile/install.rb:29:in `call'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/action/runner.rb:30:in `call'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/action/cri_runner.rb:67:in `call'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/cri-2.6.1/lib/cri/command_dsl.rb:223:in `block in runner'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/cri-2.6.1/lib/cri/command.rb:298:in `call'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/cri-2.6.1/lib/cri/command.rb:298:in `run_this'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/cri-2.6.1/lib/cri/command.rb:251:in `run'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/cri-2.6.1/lib/cri/command.rb:264:in `run'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/cri-2.6.1/lib/cri/command.rb:264:in `run'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/bin/r10k:7:in `<top (required)>'
C:/ProgramData/ruby/bin/r10k:23:in `load'
C:/ProgramData/ruby/bin/r10k:23:in `<main>'
[2015-06-18 12:05:17 - INFO] Updating module C:\puppet\modules\internal/gold
[2015-06-18 12:05:17 - DEBUG1] Creating new git cache for "http://mygithub.com/my-org/puppet-gold.git"
[2015-06-18 12:05:17 - DEBUG2] Starting process: ["git", "clone", "--mirror", "http://mygithub.com/my-org/puppet-gold.git", "C:/Program Files/OpenSSH/home/_puppet/.r10k/git/http---mygithub.com-my-org-puppet-gold.git"]
[2015-06-18 12:05:17 - DEBUG2] Finished process:
Command: git clone --mirror http://mygithub.com/my-org/puppet-gold.git C:/Program Files/OpenSSH/home/_puppet/.r10k/git/http---mygithub.com-my-org-puppet-gold.git
Stderr:
Too many arguments.
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
--recurse-submodules initialize submodules in the clone
--template <template-directory>
directory from which templates will be used
--reference <repo> reference repository
-o, --origin <name> use <name> 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
--single-branch clone only one branch, HEAD or --branch
--separate-git-dir <gitdir>
separate git dir from working tree
-c, --config <key=value>
set config inside the new repository
Exit code: 129
[2015-06-18 12:05:17 - ERROR] Command exited with non-zero exit code:
Command: git clone --mirror http://mygithub.com/my-org/puppet-gold.git C:/Program Files/OpenSSH/home/_puppet/.r10k/git/http---mygithub.com-my-org-puppet-gold.git
Stderr:
Too many arguments.
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
--recurse-submodules initialize submodules in the clone
--template <template-directory>
directory from which templates will be used
--reference <repo> reference repository
-o, --origin <name> use <name> 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
--single-branch clone only one branch, HEAD or --branch
--separate-git-dir <gitdir>
separate git dir from working tree
-c, --config <key=value>
set config inside the new repository
Exit code: 129
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/util/subprocess.rb:75:in `execute'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/git/shellgit/base_repository.rb:98:in `git'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/git/shellgit/bare_repository.rb:19:in `clone'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/git/cache.rb:91:in `sync!'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/git/cache.rb:71:in `sync'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/git/stateful_repository.rb:33:in `sync'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/action/puppetfile/install.rb:48:in `visit_module'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/action/puppetfile/install.rb:34:in `visit'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/module/base.rb:80:in `accept'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/puppetfile.rb:94:in `block (2 levels) in accept'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/puppetfile.rb:93:in `each'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/puppetfile.rb:93:in `block in accept'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/action/puppetfile/install.rb:42:in `visit_puppetfile'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/action/puppetfile/install.rb:34:in `visit'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/puppetfile.rb:92:in `accept'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/action/puppetfile/install.rb:29:in `call'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/action/runner.rb:30:in `call'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/action/cri_runner.rb:67:in `call'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/cri-2.6.1/lib/cri/command_dsl.rb:223:in `block in runner'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/cri-2.6.1/lib/cri/command.rb:298:in `call'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/cri-2.6.1/lib/cri/command.rb:298:in `run_this'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/cri-2.6.1/lib/cri/command.rb:251:in `run'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/cri-2.6.1/lib/cri/command.rb:264:in `run'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/cri-2.6.1/lib/cri/command.rb:264:in `run'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/bin/r10k:7:in `<top (required)>'
C:/ProgramData/ruby/bin/r10k:23:in `load'
C:/ProgramData/ruby/bin/r10k:23:in `<main>'
[2015-06-18 12:05:17 - INFO] Updating module C:\puppet/hiera
[2015-06-18 12:05:17 - DEBUG1] Creating new git cache for "http://mygithub.com/my-org/puppet-hiera.git"
[2015-06-18 12:05:17 - DEBUG2] Starting process: ["git", "clone", "--mirror", "http://mygithub.com/my-org/puppet-hiera.git", "C:/Program Files/OpenSSH/home/_puppet/.r10k/git/http---mygithub.com-my-org-puppet-hiera.git"]
[2015-06-18 12:05:18 - DEBUG2] Finished process:
Command: git clone --mirror http://mygithub.com/my-org/puppet-hiera.git C:/Program Files/OpenSSH/home/_puppet/.r10k/git/http---mygithub.com-my-org-puppet-hiera.git
Stderr:
Too many arguments.
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
--recurse-submodules initialize submodules in the clone
--template <template-directory>
directory from which templates will be used
--reference <repo> reference repository
-o, --origin <name> use <name> 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
--single-branch clone only one branch, HEAD or --branch
--separate-git-dir <gitdir>
separate git dir from working tree
-c, --config <key=value>
set config inside the new repository
Exit code: 129
[2015-06-18 12:05:18 - ERROR] Command exited with non-zero exit code:
Command: git clone --mirror http://mygithub.com/my-org/puppet-hiera.git C:/Program Files/OpenSSH/home/_puppet/.r10k/git/http---mygithub.com-my-org-puppet-hiera.git
Stderr:
Too many arguments.
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
--recurse-submodules initialize submodules in the clone
--template <template-directory>
directory from which templates will be used
--reference <repo> reference repository
-o, --origin <name> use <name> 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
--single-branch clone only one branch, HEAD or --branch
--separate-git-dir <gitdir>
separate git dir from working tree
-c, --config <key=value>
set config inside the new repository
Exit code: 129
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/util/subprocess.rb:75:in `execute'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/git/shellgit/base_repository.rb:98:in `git'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/git/shellgit/bare_repository.rb:19:in `clone'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/git/cache.rb:91:in `sync!'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/git/cache.rb:71:in `sync'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/git/stateful_repository.rb:33:in `sync'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/action/puppetfile/install.rb:48:in `visit_module'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/action/puppetfile/install.rb:34:in `visit'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/module/base.rb:80:in `accept'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/puppetfile.rb:94:in `block (2 levels) in accept'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/puppetfile.rb:93:in `each'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/puppetfile.rb:93:in `block in accept'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/action/puppetfile/install.rb:42:in `visit_puppetfile'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/action/puppetfile/install.rb:34:in `visit'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/puppetfile.rb:92:in `accept'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/action/puppetfile/install.rb:29:in `call'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/action/runner.rb:30:in `call'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/lib/r10k/action/cri_runner.rb:67:in `call'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/cri-2.6.1/lib/cri/command_dsl.rb:223:in `block in runner'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/cri-2.6.1/lib/cri/command.rb:298:in `call'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/cri-2.6.1/lib/cri/command.rb:298:in `run_this'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/cri-2.6.1/lib/cri/command.rb:251:in `run'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/cri-2.6.1/lib/cri/command.rb:264:in `run'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/cri-2.6.1/lib/cri/command.rb:264:in `run'
C:/ProgramData/ruby/lib/ruby/gems/2.1.0/gems/r10k-2.0.1/bin/r10k:7:in `<top (required)>'
C:/ProgramData/ruby/bin/r10k:23:in `load'
C:/ProgramData/ruby/bin/r10k:23:in `<main>'
[2015-06-18 12:05:18 - DEBUG1] No unmanaged contents in C:\puppet, nothing to purge
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment