Skip to content

Commit

Permalink
update doc gpg (#1250)
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrelouis-c committed Sep 13, 2022
1 parent 8465b5e commit d4fe263
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/perfect-coins-float.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"live-mobile": patch
---

Update gpg doc
4 changes: 4 additions & 0 deletions apps/ledger-live-mobile/docs/linux_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ gpg --armor --export YOUR_KEY_ID
git config --global commit.gpgsign true
```

Note: if you encounter this error when you commit `error: gpg failed to sign the data fatal: failed to write commit object`

Add `export GPG_TTY=$(tty)` to your .zshrc or .bashrc

3 - Install gh (Github cli)
https://github.com/cli/cli
```bash
Expand Down

0 comments on commit d4fe263

Please sign in to comment.