Re: gpg: can't connect to the gpg-agent: IPC connect call failed

2025年8月13日 05:19:56 -0700

One unlikely suggestion, to rule out a persistent problem I have,
which is gpg-agent getting stuck at 100% CPU. To check for that, run
'top' and then filter, by typing 
 oCOMMAND=gpg
If you see gpg-agent running at 100%, find its Windows pid using
 ps -W | grep gpg-agent
 taskkill /pid [column 4 from above result] /f
Unlikely, but it _might_ explain your problem.
ht 
-- 
 Henry S. Thompson, School of Informatics, University of Edinburgh
 10 Crichton Street, Edinburgh EH8 9AB, SCOTLAND
 e-mail: [email protected]
 URL: https://www.ltg.ed.ac.uk/~ht/
 [mail from me _always_ has a .sig like this -- mail without it is forged spam]
-- 
Problem reports: https://cygwin.com/problems.html
FAQ: https://cygwin.com/faq/
Documentation: https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple

Reply via email to