Skip to content

Instantly share code, notes, and snippets.

@MilesDowe
Created November 19, 2021 00:02
Show Gist options
  • Save MilesDowe/938bd72f500e89532f3ca1c23da365ed to your computer and use it in GitHub Desktop.
Save MilesDowe/938bd72f500e89532f3ca1c23da365ed to your computer and use it in GitHub Desktop.

Installed from scoop, when using gpg, would error when starting gpg-agent --daemon, claiming "could not bind socket to" and a file under ~/scoop/apps/gpg/current/gnupg/S.gpg-agent.

To resolve, manually add the location and file, with contents below:

%Assuan%
socket=/the/location/of/this/file/youre/writing/S.gpg-agent

Then run gpg-agent --daemon and it's resolved.

Taken from this SO

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment