`lein deploy clojars` hangs

102 Views Asked by At

I've installed GPG4Win, generated keys and pasted my public key into clojars as per the leiningen gpg readme. However, when I lein deploy clojars, after asking me for my clojars username and password and printing that it has created the jar, it simply hangs. Typing does nothing.

Any ideas how to fix this?

1

There are 1 best solutions below

0
On

Ok, turns out it was to do with having a version of pgp packaged with git, which generated keys with a default setting other than "RSA and RSA". Removing it and regenerating the keys solved the problem.