one-more-minute
one-more-minute

Reputation: 1406

`lein deploy clojars` hangs

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?

Upvotes: 0

Views: 101

Answers (1)

one-more-minute
one-more-minute

Reputation: 1406

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.

Upvotes: 0

Related Questions