Skip to content

Instantly share code, notes, and snippets.

View tangbao's full-sized avatar
🚩
Ph.D. Career!

Zhongze Tang tangbao

🚩
Ph.D. Career!
View GitHub Profile
@paolocarrasco
paolocarrasco / README.md
Last active October 4, 2024 13:44
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

@iros
iros / API.md
Created August 22, 2012 14:42
Documenting your REST API

Title

<Additional information about your API call. Try to use verbs that match both request type (fetching vs modifying) and plurality (one vs multiple).>

  • URL

    <The URL Structure (path only, no root url)>

  • Method: