This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-02-26
Channels
- # aleph (2)
- # aws-lambda (18)
- # beginners (81)
- # boot (3)
- # cider (25)
- # cljs-dev (274)
- # cljsjs (10)
- # clojars (25)
- # clojure (65)
- # clojure-austin (1)
- # clojure-brasil (2)
- # clojure-dev (33)
- # clojure-dusseldorf (6)
- # clojure-gamedev (3)
- # clojure-italy (17)
- # clojure-poland (3)
- # clojure-russia (7)
- # clojure-spec (48)
- # clojure-uk (45)
- # clojured (1)
- # clojurescript (26)
- # core-logic (2)
- # data-science (4)
- # datascript (6)
- # datomic (58)
- # defnpodcast (2)
- # docker (1)
- # duct (14)
- # figwheel (2)
- # fulcro (130)
- # graphql (3)
- # leiningen (1)
- # liberator (15)
- # luminus (5)
- # nrepl (1)
- # numerical-computing (1)
- # off-topic (45)
- # onyx (15)
- # re-frame (9)
- # reagent (3)
- # ring (1)
- # shadow-cljs (91)
- # spacemacs (8)
- # sql (23)
- # unrepl (38)
- # videos (2)
- # vim (12)
getting ReasonPhrase: Forbidden
with no detail when deploying a jar, pom, and sha1 files for each. Using lein deploy
, prompted for username and password.
This post indicates that there should be detail: http://clojure.2344290.n4.nabble.com/Friendlier-deploy-rejection-messages-from-Clojars-td4466.html
Those messages are related to validation, which happens after the authorization - we don’t have great messages there
Forbidden
may either mean that your password is incorrect or you don’t have access to that group
Are you able to log in to the http://clojars.org web ui?
I see one attempt in the logs, can you try again? Is it possible you typoed your pw?
trying again, typing the password just to be sure emacs shell didn't do something weird
ah, yes, that may be it - the proper command line would be lein deploy
I think