我正在尝试将我的库部署到-jdbc-url 并且签名失败:
$ lein release
On branch master
Your branch is ahead of 'origin/master' by 2 commits.
(use "git push" to publish your local commits)
nothing to commit, working directory clean
[master 23b2409] Version 0.3.0
1 file changed, 1 insertion(+), 1 deletion(-)
gpg: skipped "J. Pablo Fernández <pupeno@carouselapps.com>": secret key not available
gpg: signing failed: secret key not available
error: gpg failed to sign the data
error: unable to sign the tag
No credentials found for releases (did you mean `lein deploy clojars`?)
Password prompts are not supported when ran after other (potentially)
interactive tasks.
See `lein help deploy` for an explanation of how to specify credentials.
我的钥匙在那里:
$ gpg --list-secret-keys
/Users/pupeno/.gnupg/secring.gpg
--------------------------------
sec 2048R/F2FB1C6F 2015-07-15 [expires: 2016-07-14]
uid J. Pablo Fernández <pupeno@carouselappps.com>
ssb 2048R/E1A0E03B 2015-07-15
我事件安装了 gpg-agent 以防万一:
$ gpg-agent
gpg-agent: gpg-agent running and available
我尝试使用 Leiningen 2.5.2 和 2.5.1。
这是怎么回事?我错过了什么?