I'm using a GPG Personal Access token to sign my commits. The token is not expired (I checked this first), and has all the right repo scopes to allow for a commit.
When I pull using git pull <branch> --rebase, I get prompted by a GPG Password Screen as usual. I'm usually able to input my password here and submit, but now not only can I not submit my password (by hitting Enter), the password is also not obfuscated with asterisks.
I've tried running export GPG_TTY=$(tty), this does not fix the problem. I've included a screenshot below:
Any ideas why this is happening?
