You have installed GPG, then tried to commit and suddenly you see this error message after it:
error: gpg failed to sign the data
fatal: failed to write commit object
Debug
require 'bundler/inline' | |
gemfile do | |
source 'https://rubygems.org' | |
gem 'active_record' | |
gem 'sqlite3' | |
end |