윈도우에서 “bundler install”할 때 아래와 같은 에러가 발생했을 때 해결방법
C:\Ruby22\bin\ruby.exe -e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift) C:/Ruby22/bin/bundle install Checksum of /versions does not match the checksum provided by server! Something is wrong. Process finished with exit code 17
의외로 간단하게 끝났다[1].
gem uninstall bundler gem install bundler
번들러를 다시 깔아주면 해결되는 듯 하다.
참고문헌
[1] Rails initialization checksum error, Stackoverflow, http://stackoverflow.com/questions/35315712/rails-initialization-checksum-error