clojars

http://clojars.org discussion and “support”, see http://status.clojars.org for status.
2018-10-26T05:15:58.000200Z

will check it out 🙂

2018-10-26T05:32:30.000400Z

Seems like cljdoc is also affected by this. Guess that many projects are using lein for release. Since lein didn't put that info in the pom file for those repositories, it's hard to analyze it. I think the only reasonable place to fix this is in lein, not on the consumer side. There are many examples I came across: https://cljdoc.org/d/http-kit/http-kit/2.3.0 https://clojars.org/spootnik/signal If there is no url in the scm info in pom, can still use the main url tag in the pom file which probably points to a useful resource 🙂

lilactown 2018-10-26T19:48:44.001400Z

:thinking_face: so using ansi-term in Emacs, lein deploy clojars fails (typing in username and password) with a Return code is: 401, ReasonPhrase: Unauthorized

lilactown 2018-10-26T19:48:52.001700Z

running it in iTerm, succeeds

lilactown 2018-10-26T19:48:58.001900Z

anyone ran into this before?

2018-10-26T19:49:39.002600Z

I suspect the username and password aren't making it to the lein process. You may have better luck asking in #leiningen

1👍