You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ sbt ++2.12.8 scalastyle test coverage coverageReport
32
32
33
33
## Publish Locally
34
34
35
-
Make sure `export GPG_TTY=$(tty)` is appended to `~/.bashrc` or has been loaded to current shell.
35
+
Make sure `export GPG_TTY=$(tty)`(this fixes `gpg: signing failed: Inappropriate ioctl for device` error, checkout [here](https://github.com/keybase/keybase-issues/issues/2798) to see why) is appended to `~/.bashrc` or has been loaded to current shell.
0 commit comments