如何使用 gpg-agent/git-credentialmanager 删除身份验证以将其发送到公共存储库?

如何使用 gpg-agent/git-credentialmanager 删除身份验证以将其发送到公共存储库?

我有一个最近公开的 azure devops 存储库。在它是私有的之前,我使用了 git 凭证管理器和 gpg-agent。

如果我想推送我的更改,我会收到错误:

$ git push
To sign in, use a web browser to open the page https://microsoft.com/devicelogin and enter the code XXXXXXX to authenticate.

我已按照说明进行操作并得到:

fatal: Failed to encrypt file '/home/user/.password-store/git/https/dev.azure.com/<file>.gpg' with gpg. exit=2, out=, err=gpg: rsa3072/YYYYYYY: skipped: No public key
gpg: [stdin]: encryption failed: No public key

我该如何解决这个问题,以便能够再次将某些内容推送到存储库?

相关内容