To restart when attempting to start the GPG agent and it's already running
exits with non zero return value
Same issue
just a temporary workaround i used
ssh into server ( assume key is ~/.ssh/id_rsa )
ssh root@{SERVER IP}
ps -aef | grep gpg-agent
kill {PID}
example: kill 5935
Most helpful comment
Same issue