+ [2019-06-05T23:46:44Z] ayee woops, my connection died
+ [2019-06-05T23:50:06Z] R2robot and I have some that are populated with only 2 commits
+ [2019-06-05T23:50:23Z] R2robot "We need at least one non-empty commit with an email to generate this graph." <-- do you have an email set?

message no. 172932

Posted by birkoff in #github at 2019-06-05T07:44:35Z

I guess that it is related to the fact that in terminal I can input my passphrase but in the plugin manager I can't.
+ [2019-06-06T02:49:27Z] CarlFK https://help.github.com/en/articles/telling-git-about-your-signing-key#telling-git-about-your-gpg-key-2 #5 To add your GPG key...
+ [2019-06-06T02:49:39Z] CarlFK export GPG_TTY=$(tty)
+ [2019-06-06T02:49:44Z] CarlFK how does that do that?
+ [2019-06-06T02:56:45Z] R2robot how does it do what?
+ [2019-06-06T02:58:25Z] CarlFK tty is /usr/bin/tty - that returns /dev/pts/30. so GPG_TTY=/dev/pts/30 - how is that "To add your GPG key to your bash profile"