Skip to content

Instantly share code, notes, and snippets.

@m0rph03nix
Created January 7, 2021 13:42
Show Gist options
  • Save m0rph03nix/e9d7099932fa3c4eeb5a24a3fc4089ec to your computer and use it in GitHub Desktop.
Save m0rph03nix/e9d7099932fa3c4eeb5a24a3fc4089ec to your computer and use it in GitHub Desktop.
git error: gpg n'a pas pu signer les données
Si:
error: gpg n'a pas pu signer les données
fatal: échec de l'écriture de l'objet commit
Alors:
suivre procédure https://docs.gitlab.com/ee/user/project/repository/gpg_signed_commits/index.html
Ajouter clef GPG sur interface github/gitlab
git config --global user.signingkey A1B2C3D4..... # votre clef GPG
git config --global commit.gpgsign true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment