Created
April 26, 2013 03:21
-
-
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/..
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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