Проблема с аутентификацией docker

Выполняю docker pull. В результате получаю следующее:

Credentials store docker-credential-pass exited with "exit status 2: gpg: decryption failed: No secret key

Как решить проблему?


Error saving credentials: error storing credentials - err: exit status 1, out: `pass not initialized: exit status 1: Error: password store is empty. Try "pass init".`

https://github.com/docker/docker-credential-helpers/issues/140


https://www.krenger.ch/blog/gopass-gpg-decryption-failed-no-secret-key/


https://qastack.ru/superuser/520980/how-to-force-gpg-to-use-console-mode-pinentry-to-prompt-for-passwords


https://superuser.com/questions/520980/how-to-force-gpg-to-use-console-mode-pinentry-to-prompt-for-passwords


Credentials store docker-credential-pass exited with "exit status 2: gpg: decryption failed: No secret key".

Решается удалением docker-credential-pass из PATH.

https://github.com/docker/docker-credential-helpers

https://gist.github.com/dataday/3c267be29e32573829c4781c99ea3395


Ответы (0 шт):