Skip to content

Instantly share code, notes, and snippets.

@zentrope
Created December 19, 2015 20:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zentrope/7c21bdb8d5de5e20a209 to your computer and use it in GitHub Desktop.
Save zentrope/7c21bdb8d5de5e20a209 to your computer and use it in GitHub Desktop.
Clojars access forbidden, yet jars are there?
> lein deploy clojars
Created /Users/keith/Desktop/quiescent/target/quiescent-0.2.2.jar
Wrote /Users/keith/Desktop/quiescent/pom.xml
You need a passphrase to unlock the secret key for
user: "Keith Irwin <keith@zentrope.com>"
2048-bit RSA key, ID B0FDA7A9, created 2015-12-19
You need a passphrase to unlock the secret key for
user: "Keith Irwin <keith@zentrope.com>"
2048-bit RSA key, ID B0FDA7A9, created 2015-12-19
Sending com/zentrope/quiescent/0.2.2/quiescent-0.2.2.jar (17k)
to https://clojars.org/repo/
Sending com/zentrope/quiescent/0.2.2/quiescent-0.2.2.pom (3k)
to https://clojars.org/repo/
Could not transfer artifact com.zentrope:quiescent:pom:0.2.2 from/to clojars (https://clojars.org/repo/): Access denied to: https://clojars.org/repo/com/zentrope/quiescent/0.2.2/quiescent-0.2.2.pom, ReasonPhrase: Forbidden.
Sending com/zentrope/quiescent/0.2.2/quiescent-0.2.2.jar.asc (1k)
to https://clojars.org/repo/
Sending com/zentrope/quiescent/0.2.2/quiescent-0.2.2.pom.asc (1k)
to https://clojars.org/repo/
Failed to deploy artifacts: Could not transfer artifact com.zentrope:quiescent:pom:0.2.2 from/to clojars (https://clojars.org/repo/): Access denied to: https://clojars.org/repo/com/zentrope/quiescent/0.2.2/quiescent-0.2.2.pom, ReasonPhrase: Forbidden.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment