Skip to content

Instantly share code, notes, and snippets.

View tangbao's full-sized avatar
🎯
Focusing

Zhongze Tang tangbao

🎯
Focusing
View GitHub Profile
@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:

@paolocarrasco
paolocarrasco / README.md
Last active December 19, 2024 17:22
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