Skip to content

Instantly share code, notes, and snippets.

@petemounce
Created May 30, 2012 16:00
Show Gist options
  • Save petemounce/2837218 to your computer and use it in GitHub Desktop.
Save petemounce/2837218 to your computer and use it in GitHub Desktop.
bundler + github enterprise + private repository + windows LDAP
gem 'justeat_pacman_deploy', :git => 'https://Peter-Mounce@github.je-labs.com/Peter-Mounce/gem_justeat_pacman_deploy.git'
-> % bundle --verbose
Fetching https://Peter-Mounce@github.je-labs.com/Peter-Mounce/gem_justeat_pacman_deploy.git
Password for 'https://Peter-Mounce@github.je-labs.com':
fatal: Authentication failed
Git error: command `git clone "https://Peter-Mounce@github.je-labs.com/Peter-Mounce/gem_justeat_pacman_deploy.git" "C:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/cache/bundler/git/gem_justeat_pacman_deploy-4b48a1fcfd5783f335d73394ed4c7eb8e4e5d25b" --bare --no-hardlinks` in directory S:/ has failed.
C:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/source.rb:597:in `git'
C:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/source.rb:654:in `cache'
C:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/source.rb:553:in `specs'
C:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/definition.rb:430:in `block in converge_locked_specs'
C:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/definition.rb:419:in `each'
C:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/definition.rb:419:in `converge_locked_specs'
C:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/definition.rb:180:in `resolve'
C:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/definition.rb:127:in `specs'
C:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/definition.rb:122:in `resolve_remotely!'
C:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/installer.rb:48:in `run'
C:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/installer.rb:12:in `install'
C:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/cli.rb:220:in `install'
C:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/vendor/thor/task.rb:22:in `run'
C:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/vendor/thor/invocation.rb:118:in `invoke_task'
C:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/vendor/thor.rb:263:in `dispatch'
C:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/vendor/thor/base.rb:386:in `start'
C:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/bin/bundle:13:in `<top (required)>'
C:/Ruby/Ruby193-p0/bin/bundle:23:in `load'
C:/Ruby/Ruby193-p0/bin/bundle:23:in `<main>'
c:\src>bundle --verbose
Fetching https://Peter-Mounce@github.je-labs.com/Peter-Mounce/gem_justeat_pacman_deploy.git
Password for 'https://Peter-Mounce@github.je-labs.com':
fatal: Authentication failed
Git error: command `git clone "https://Peter-Mounce@github.je-labs.com/Peter-Mounce/gem_justeat_pacman_deploy.git" "c:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/cache/bundler/git/gem_justeat_pacman_deploy-4b48a1fcfd5783f335d73394ed4c7eb8e4e5d25b" --bare --no-hardlinks` in directory c:/src has failed.
c:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/source.rb:597:in `git'
c:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/source.rb:654:in `cache'
c:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/source.rb:553:in `specs'
c:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/definition.rb:430:in `block in converge_locked_specs'
c:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/definition.rb:419:in `each'
c:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/definition.rb:419:in `converge_locked_specs'
c:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/definition.rb:180:in `resolve'
c:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/definition.rb:127:in `specs'
c:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/definition.rb:122:in `resolve_remotely!'
c:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/installer.rb:48:in `run'
c:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/installer.rb:12:in `install'
c:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/cli.rb:220:in `install'
c:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/vendor/thor/task.rb:22:in `run'
c:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/vendor/thor/invocation.rb:118:in `invoke_task'
c:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/vendor/thor.rb:263:in `dispatch'
c:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/vendor/thor/base.rb:386:in `start'
c:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/bin/bundle:13:in `<top (required)>'
c:/Ruby/Ruby193-p0/bin/bundle:23:in `load'
c:/Ruby/Ruby193-p0/bin/bundle:23:in `<main>'
gem 'justeat_pacman_deploy', :git => 'git://git@github.je-labs.com:Peter-Mounce/gem_justeat_pacman_deploy.git'
bundle --verbose
Unfortunately, a fatal error has occurred. Please see the Bundler
troubleshooting documentation at http://bit.ly/bundler-issues. Thanks!
C:/ruby/ruby193-p0/lib/ruby/1.9.1/uri/generic.rb:213:in `initialize': the scheme git does not accept registry part: git@github.je-labs.com:Peter-Mounce (or bad hostname?) (URI::InvalidURIError)
from C:/ruby/ruby193-p0/lib/ruby/1.9.1/uri/common.rb:218:in `new'
from C:/ruby/ruby193-p0/lib/ruby/1.9.1/uri/common.rb:218:in `parse'
from C:/ruby/ruby193-p0/lib/ruby/1.9.1/uri/common.rb:747:in `parse'
from C:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/source.rb:623:in `uri_hash'
from C:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/source.rb:579:in `cache_path'
from C:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/source.rb:699:in `cached?'
from C:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/source.rb:645:in `cache'
from C:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/source.rb:553:in `specs'
from C:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/definition.rb:430:in `block in converge_locked_specs'
from C:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/definition.rb:419:in `each'
from C:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/definition.rb:419:in `converge_locked_specs'
from C:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/definition.rb:180:in `resolve'
from C:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/definition.rb:127:in `specs'
from C:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/definition.rb:122:in `resolve_remotely!'
from C:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/installer.rb:48:in `run'
from C:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/installer.rb:12:in `install'
from C:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/cli.rb:220:in `install'
from C:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/vendor/thor/task.rb:22:in `run'
from C:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/vendor/thor/invocation.rb:118:in `invoke_task'
from C:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/vendor/thor.rb:263:in `dispatch'
from C:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/vendor/thor/base.rb:386:in `start'
from C:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/bin/bundle:13:in `<top (required)>'
from C:/Ruby/Ruby193-p0/bin/bundle:23:in `load'
from C:/Ruby/Ruby193-p0/bin/bundle:23:in `<main>'
c:\src>bundle --verbose
Unfortunately, a fatal error has occurred. Please see the Bundler
troubleshooting documentation at http://bit.ly/bundler-issues. Thanks!
c:/ruby/ruby193-p0/lib/ruby/1.9.1/uri/generic.rb:213:in `initialize': the scheme git does not accept registry part: git@github.je-labs.com:Peter-Mounce (or bad hostname?) (URI::InvalidURIError)
from c:/ruby/ruby193-p0/lib/ruby/1.9.1/uri/common.rb:218:in `new'
from c:/ruby/ruby193-p0/lib/ruby/1.9.1/uri/common.rb:218:in `parse'
from c:/ruby/ruby193-p0/lib/ruby/1.9.1/uri/common.rb:747:in `parse'
from c:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/source.rb:623:in `uri_hash'
from c:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/source.rb:579:in `cache_path'
from c:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/source.rb:699:in `cached?'
from c:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/source.rb:645:in `cache'
from c:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/source.rb:553:in `specs'
from c:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/definition.rb:430:in `block in converge_locked_specs'
from c:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/definition.rb:419:in `each'
from c:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/definition.rb:419:in `converge_locked_specs'
from c:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/definition.rb:180:in `resolve'
from c:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/definition.rb:127:in `specs'
from c:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/definition.rb:122:in `resolve_remotely!'
from c:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/installer.rb:48:in `run'
from c:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/installer.rb:12:in `install'
from c:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/cli.rb:220:in `install'
from c:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/vendor/thor/task.rb:22:in `run'
from c:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/vendor/thor/invocation.rb:118:in `invoke_task'
from c:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/vendor/thor.rb:263:in `dispatch'
from c:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/vendor/thor/base.rb:386:in `start'
from c:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/bin/bundle:13:in `<top (required)>'
from c:/Ruby/Ruby193-p0/bin/bundle:23:in `load'
from c:/Ruby/Ruby193-p0/bin/bundle:23:in `<main>'
bundle --verbose
Fetching ssh://git@github.je-labs.com/Peter-Mounce/gem_justeat_pacman_deploy.git
FATAL ERROR: Disconnected: No supported authentication methods available
fatal: The remote end hung up unexpectedly
Git error: command `git clone "ssh://git@github.je-labs.com/Peter-Mounce/gem_justeat_pacman_deploy.git" "C:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/cache/bundler/git/gem_justeat_pacman_deploy-11af3f01553977d3eb90b6a791eaa0f5144ab35c" --bare --no-hardlinks` in directory S:/ has failed.
C:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/source.rb:597:in `git'
C:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/source.rb:654:in `cache'
C:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/source.rb:553:in `specs'
C:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/definition.rb:430:in `block in converge_locked_specs'
C:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/definition.rb:419:in `each'
C:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/definition.rb:419:in `converge_locked_specs'
C:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/definition.rb:180:in `resolve'
C:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/definition.rb:127:in `specs'
C:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/definition.rb:122:in `resolve_remotely!'
C:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/installer.rb:48:in `run'
C:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/installer.rb:12:in `install'
C:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/cli.rb:220:in `install'
C:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/vendor/thor/task.rb:22:in `run'
C:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/vendor/thor/invocation.rb:118:in `invoke_task'
C:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/vendor/thor.rb:263:in `dispatch'
C:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/vendor/thor/base.rb:386:in `start'
C:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/bin/bundle:13:in `<top (required)>'
C:/Ruby/Ruby193-p0/bin/bundle:23:in `load'
C:/Ruby/Ruby193-p0/bin/bundle:23:in `<main>'
c:\src>bundle --verbose
Fetching ssh://git@github.je-labs.com/Peter-Mounce/gem_justeat_pacman_deploy.git
remote: Counting objects: 108, done.
remote: Compressing objects: 100% (51/51), done.
10R5 ec(deielvitang 3 o7)bjec
Receiving objects: 100% (108/108), 15.57 KiB, done.
Resolving deltas: 100% (37/37), done.
Using mime-types (1.18) from c:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/specifications/mime-types-1.18.gemspec
Using rest-client (1.6.7) from c:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/specifications/rest-client-1.6.7.gemspec
Using trollop (1.16.2) from c:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/specifications/trollop-1.16.2.gemspec
Using justeat_pacman_deploy (1.0.0) from ssh://git@github.je-labs.com/Peter-Mounce/gem_justeat_pacman_deploy.git (at master) * Checking out revision: master
Successfully built RubyGem
Name: justeat_pacman_deploy
Version: 1.0.0
File: justeat_pacman_deploy-1.0.0.gem
from c:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/bundler/gems/gem_justeat_pacman_deploy-e28340c824cf/justeat_pacman_deploy.gemspec
Using bundler (1.1.4) from c:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/specifications/bundler-1.1.4.gemspec
Your bundle is complete! Use `bundle show [gemname]` to see where a bundled gem is installed.
gem 'justeat_pacman_deploy', :git => 'https://Peter-Mounce@github.je-labs.com/Peter-Mounce/gem_justeat_pacman_deploy.git'
-> % bundle --verbose
Fetching https://Peter-Mounce@github.je-labs.com/Peter-Mounce/gem_justeat_pacman_deploy.git
Password for 'https://Peter-Mounce@github.je-labs.com':
fatal: Authentication failed
Git error: command `git clone "https://Peter-Mounce@github.je-labs.com/Peter-Mounce/gem_justeat_pacman_deploy.git" "C:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/cache/bundler/git/gem_justeat_pacman_deploy-4b48a1fcfd5783f335d73394ed4c7eb8e4e5d25b" --bare --no-hardlinks` in directory S:/ has failed.
C:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/source.rb:597:in `git'
C:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/source.rb:654:in `cache'
C:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/source.rb:553:in `specs'
C:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/definition.rb:430:in `block in converge_locked_specs'
C:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/definition.rb:419:in `each'
C:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/definition.rb:419:in `converge_locked_specs'
C:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/definition.rb:180:in `resolve'
C:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/definition.rb:127:in `specs'
C:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/definition.rb:122:in `resolve_remotely!'
C:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/installer.rb:48:in `run'
C:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/installer.rb:12:in `install'
C:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/cli.rb:220:in `install'
C:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/vendor/thor/task.rb:22:in `run'
C:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/vendor/thor/invocation.rb:118:in `invoke_task'
C:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/vendor/thor.rb:263:in `dispatch'
C:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/vendor/thor/base.rb:386:in `start'
C:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/bin/bundle:13:in `<top (required)>'
C:/Ruby/Ruby193-p0/bin/bundle:23:in `load'
C:/Ruby/Ruby193-p0/bin/bundle:23:in `<main>'
c:\src>bundle --verbose
Fetching https://Peter-Mounce@github.je-labs.com/Peter-Mounce/gem_justeat_pacman_deploy.git
Password for 'https://Peter-Mounce@github.je-labs.com':
fatal: Authentication failed
Git error: command `git clone "https://Peter-Mounce@github.je-labs.com/Peter-Mounce/gem_justeat_pacman_deploy.git" "c:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/cache/bundler/git/gem_justeat_pacman_deploy-4b48a1fcfd5783f335d73394ed4c7eb8e4e5d25b" --bare --no-hardlinks` in directory c:/src has failed.
c:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/source.rb:597:in `git'
c:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/source.rb:654:in `cache'
c:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/source.rb:553:in `specs'
c:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/definition.rb:430:in `block in converge_locked_specs'
c:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/definition.rb:419:in `each'
c:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/definition.rb:419:in `converge_locked_specs'
c:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/definition.rb:180:in `resolve'
c:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/definition.rb:127:in `specs'
c:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/definition.rb:122:in `resolve_remotely!'
c:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/installer.rb:48:in `run'
c:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/installer.rb:12:in `install'
c:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/cli.rb:220:in `install'
c:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/vendor/thor/task.rb:22:in `run'
c:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/vendor/thor/invocation.rb:118:in `invoke_task'
c:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/vendor/thor.rb:263:in `dispatch'
c:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/vendor/thor/base.rb:386:in `start'
c:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/bin/bundle:13:in `<top (required)>'
c:/Ruby/Ruby193-p0/bin/bundle:23:in `load'
c:/Ruby/Ruby193-p0/bin/bundle:23:in `<main>'
gem 'justeat_pacman_deploy', :git => 'git://git@github.je-labs.com:Peter-Mounce/gem_justeat_pacman_deploy.git'
bundle --verbose
Unfortunately, a fatal error has occurred. Please see the Bundler
troubleshooting documentation at http://bit.ly/bundler-issues. Thanks!
C:/ruby/ruby193-p0/lib/ruby/1.9.1/uri/generic.rb:213:in `initialize': the scheme git does not accept registry part: git@github.je-labs.com:Peter-Mounce (or bad hostname?) (URI::InvalidURIError)
from C:/ruby/ruby193-p0/lib/ruby/1.9.1/uri/common.rb:218:in `new'
from C:/ruby/ruby193-p0/lib/ruby/1.9.1/uri/common.rb:218:in `parse'
from C:/ruby/ruby193-p0/lib/ruby/1.9.1/uri/common.rb:747:in `parse'
from C:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/source.rb:623:in `uri_hash'
from C:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/source.rb:579:in `cache_path'
from C:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/source.rb:699:in `cached?'
from C:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/source.rb:645:in `cache'
from C:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/source.rb:553:in `specs'
from C:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/definition.rb:430:in `block in converge_locked_specs'
from C:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/definition.rb:419:in `each'
from C:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/definition.rb:419:in `converge_locked_specs'
from C:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/definition.rb:180:in `resolve'
from C:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/definition.rb:127:in `specs'
from C:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/definition.rb:122:in `resolve_remotely!'
from C:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/installer.rb:48:in `run'
from C:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/installer.rb:12:in `install'
from C:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/cli.rb:220:in `install'
from C:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/vendor/thor/task.rb:22:in `run'
from C:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/vendor/thor/invocation.rb:118:in `invoke_task'
from C:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/vendor/thor.rb:263:in `dispatch'
from C:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/vendor/thor/base.rb:386:in `start'
from C:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/bin/bundle:13:in `<top (required)>'
from C:/Ruby/Ruby193-p0/bin/bundle:23:in `load'
from C:/Ruby/Ruby193-p0/bin/bundle:23:in `<main>'
c:\src>bundle --verbose
Unfortunately, a fatal error has occurred. Please see the Bundler
troubleshooting documentation at http://bit.ly/bundler-issues. Thanks!
c:/ruby/ruby193-p0/lib/ruby/1.9.1/uri/generic.rb:213:in `initialize': the scheme git does not accept registry part: git@github.je-labs.com:Peter-Mounce (or bad hostname?) (URI::InvalidURIError)
from c:/ruby/ruby193-p0/lib/ruby/1.9.1/uri/common.rb:218:in `new'
from c:/ruby/ruby193-p0/lib/ruby/1.9.1/uri/common.rb:218:in `parse'
from c:/ruby/ruby193-p0/lib/ruby/1.9.1/uri/common.rb:747:in `parse'
from c:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/source.rb:623:in `uri_hash'
from c:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/source.rb:579:in `cache_path'
from c:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/source.rb:699:in `cached?'
from c:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/source.rb:645:in `cache'
from c:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/source.rb:553:in `specs'
from c:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/definition.rb:430:in `block in converge_locked_specs'
from c:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/definition.rb:419:in `each'
from c:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/definition.rb:419:in `converge_locked_specs'
from c:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/definition.rb:180:in `resolve'
from c:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/definition.rb:127:in `specs'
from c:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/definition.rb:122:in `resolve_remotely!'
from c:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/installer.rb:48:in `run'
from c:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/installer.rb:12:in `install'
from c:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/cli.rb:220:in `install'
from c:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/vendor/thor/task.rb:22:in `run'
from c:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/vendor/thor/invocation.rb:118:in `invoke_task'
from c:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/vendor/thor.rb:263:in `dispatch'
from c:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/vendor/thor/base.rb:386:in `start'
from c:/ruby/ruby193-p0/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/bin/bundle:13:in `<top (required)>'
from c:/Ruby/Ruby193-p0/bin/bundle:23:in `load'
from c:/Ruby/Ruby193-p0/bin/bundle:23:in `<main>'
gem 'justeat_pacman_deploy', :git => 'ssh://git@github.je-labs.com/Peter-Mounce/gem_justeat_pacman_deploy.git'
@petemounce
Copy link
Author

(I don't have my ssh key loaded into an agent in my cygwin shells)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment