Skip to content

Instantly share code, notes, and snippets.

@BanzaiMan
Created April 16, 2014 15:28
Show Gist options
  • Save BanzaiMan/10894163 to your computer and use it in GitHub Desktop.
Save BanzaiMan/10894163 to your computer and use it in GitHub Desktop.
PS C:\Users\Hiro Asari\Documents\GitHub\travis-build> bundle install
bundle : DL is deprecated, please use Fiddle
At line:1 char:1
+ bundle install
+ ~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (DL is deprecated, please use Fiddle:String) [], Remo
teException
+ FullyQualifiedErrorId : NativeCommandError
Don't run Bundler as root. Bundler can ask for sudo if it is needed, and
installing your bundle as root will break this application for all non-root
users on this machine.
You need to install git to be able to use gems from git repositories. For help
installing git, please refer to GitHub's tutorial at
https://help.github.com/articles/set-up-git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment