Skip to content

Instantly share code, notes, and snippets.

@abotalov
Created August 7, 2012 18:18
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 abotalov/3288003 to your computer and use it in GitHub Desktop.
Save abotalov/3288003 to your computer and use it in GitHub Desktop.
Error while fetching git file using Bundler
Bundler version 1.1.4
D:\Andrey\Sophia\test>bundle config
Settings are listed in order of priority. The top value will be used.
D:\Andrey\Sophia\test>
Fetching https://github.com/AlexKlim/capybara.git
Unfortunately, a fatal error has occurred. Please see the Bundler
troubleshooting documentation at http://bit.ly/bundler-issues. Thanks!
C:/Ruby193/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/source.rb:592:in ``': No such file or directory - git clone "https://github.com/AlexKlim
/capybara.git" "C:/Ruby193/lib/ruby/gems/1.9.1/cache/bundler/git/capybara-5d10128e56aa2874de9480abc1b8d4f78e85e60f" --bare --no-hardlinks (Errno::ENOE
NT)
from C:/Ruby193/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/source.rb:592:in `git'
from C:/Ruby193/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/source.rb:654:in `cache'
from C:/Ruby193/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/source.rb:553:in `specs'
from C:/Ruby193/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/definition.rb:430:in `block in converge_locked_specs'
from C:/Ruby193/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/definition.rb:419:in `each'
from C:/Ruby193/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/definition.rb:419:in `converge_locked_specs'
from C:/Ruby193/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/definition.rb:180:in `resolve'
from C:/Ruby193/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/definition.rb:127:in `specs'
from C:/Ruby193/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/definition.rb:122:in `resolve_remotely!'
from C:/Ruby193/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/installer.rb:48:in `run'
from C:/Ruby193/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/installer.rb:12:in `install'
from C:/Ruby193/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/cli.rb:220:in `install'
from C:/Ruby193/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/vendor/thor/task.rb:22:in `run'
from C:/Ruby193/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/vendor/thor/invocation.rb:118:in `invoke_task'
from C:/Ruby193/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/vendor/thor.rb:263:in `dispatch'
from C:/Ruby193/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/vendor/thor/base.rb:386:in `start'
from C:/Ruby193/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/bin/bundle:13:in `<top (required)>'
from C:/Ruby193/bin/bundle:23:in `load'
from C:/Ruby193/bin/bundle:23:in `<main>'
source "http://rubygems.org"
gem 'capybara', git: 'https://github.com/AlexKlim/capybara.git', branch: '1.1_stable'
No RVM
Windows 7
No rubygems-bundler
No open_gem
No Gemfile.lock
ruby 1.9.3p194 (2012-04-20) [i386-mingw32]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment