LoginSignup
2
2

More than 5 years have passed since last update.

brew update しようとしたら色々久々過ぎた

Posted at
$ brew update
Error: undefined method `to_sym' for nil:NilClass
Please report this bug:
    https://github.com/mxcl/homebrew/wiki/troubleshooting
/usr/local/Library/Homebrew/cmd/update.rb:123:in `report'
/usr/local/Library/Homebrew/cmd/update.rb:121:in `each_line'
/usr/local/Library/Homebrew/cmd/update.rb:121:in `report'
/usr/local/Library/Homebrew/cmd/update.rb:35:in `update'
/usr/local/Library/brew.rb:95:in `send'
/usr/local/Library/brew.rb:95

Rubyが1.9.3なのが悪いのかなーと思って
rvm install 2.0
すると今度はrvmも古いらしく怒られ。
ごめんなさいごめんなさいしながら言われた通り
rvm get stable
その後逆向きに

rvm install 2.0
brew update

して完了。

2
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2