Skip to content

Instantly share code, notes, and snippets.

@ahadshafiq
Created April 26, 2013 03:21
Show Gist options
  • Save ahadshafiq/5464864 to your computer and use it in GitHub Desktop.
Save ahadshafiq/5464864 to your computer and use it in GitHub Desktop.
$ bundle install Fetching gem metadata from http://rubygems.org/........ Fetching gem metadata from http://rubygems.org/..
If bundle install gets stuck at
$ bundle install
Fetching gem metadata from http://rubygems.org/........
Fetching gem metadata from http://rubygems.org/..
then delete the contents of Gemfile.lock
Btw, in vim thats:
If you're in the first line of the file, use dG
If you're anywhere in the file, use :1,$d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment