すいません完全に個人的な覚え書きです。随時追加予定。
- githubのエラー fatal: remote origin already exists.
http://d.hatena.ne.jp/iwahei0813/20140324/1395652080 - githubのエラー fatal: Unable to read current working directory
http://stackoverflow.com/questions/5743071/error-with-git-after-importing-changes-from-a-server - bundle install時のエラー http://stackoverflow.com/questions/19342044/in-ruby-your-ruby-version-is-1-9-3-but-your-gemfile-specified-2-0-0
###行き詰まり状況
チュートリアル1.4.1通りにGemfileに
group :development do
gem 'sqlite3', '1.3.8'
end
を追加するとbundle installで
An error occurred while installing sqlite3 (1.3.8), and Bundler cannot continue.
Make sure thatgem install sqlite3 -v '1.3.8'
succeeds before bundling.
とのエラー。
gem install sqlite3 -v '1.3.8'をやってもエラー。
1.3.8ではなく1.3.9にしてみたらあっさり通る。
1.3.8は何なんだ?
ruby2.2.2との相性とかあるのだろうか?
誰かお分かりの方がいらっしゃったら教えてください。