前提
$ git clean -df . ```をホームディレクトリで行ってしまいました。 ### 発生している問題・エラーメッセージ
.rbenv/versions/2.6.5/lib/ruby/gems/2.6.0/gems/activesupport-6.0.3.4/lib/active_support/message_encryptor.rb:206:in `rescue in _decrypt': ActiveSupport::MessageEncryptor::InvalidMessage (ActiveSupport::MessageEncryptor::InvalidMessage)
.rbenv/versions/2.6.5/lib/ruby/gems/2.6.0/gems/activesupport-6.0.3.4/lib/active_support/message_encryptor.rb:201:in `final': OpenSSL::Cipher::CipherError
のエラーが出てrails s ができない状況です。
原因としましては$ git clean -df . をホームディレクトリで行ってしまったことです。
新規作成のアプリケーションはrails s ができ既存のものは上記のエラーが出ます。
詳しい方よろしくお願いいたします。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。