+[2019-06-05T23:36:07Z]R2robotwelp +[2019-06-05T23:46:44Z]ayeewoops, my connection died +[2019-06-05T23:49:32Z]R2robotheh +[2019-06-05T23:50:06Z]R2robotand 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?
then I ran $ git config --global --add url."git@github.com:".insteadOf "https://github.com/"
+[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]CarlFKexport GPG_TTY=$(tty) +[2019-06-06T02:49:44Z]CarlFKhow does that do that? +[2019-06-06T02:56:45Z]R2robothow does it do what? +[2019-06-06T02:58:25Z]CarlFKtty 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"