Skip to content

Instantly share code, notes, and snippets.

View priyanshuvishnoi's full-sized avatar
🎧
Focusing

Priyanshu Vishnoi priyanshuvishnoi

🎧
Focusing
View GitHub Profile
# Installation on Dell XPS 9570
# Connect to Internet
wifi-menu
# Sync clock
timedatectl set-ntp true
# Create three partitions:
@priyanshuvishnoi
priyanshuvishnoi / README.md
Created November 2, 2021 16:04 — forked from paolocarrasco/README.md
How to understand the `gpg failed to sign the data` problem in git

Problem

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