Whenever I run bundle update or bundle install on Windows 8.1 I can\'t update/install gems from github. I can install other gems like uglifier, but it doesn\'t work for gith
For me it was also the path, with space and accent, I guess that was the accent the issue. installed the bundler 1.6-pre, uninstalled git, reinstalled it in C:\Git, changed the path of git in my IDE (RubyMine) and finally installed every gems using bundle install.