clojars

http://clojars.org discussion and “support”, see http://status.clojars.org for status.
Darrick Wiebe 2021-02-25T14:53:51.015700Z

Hi all, sorry to burst in with a problem, but I'm trying to push a repo and it's not being accepted. Is xn--lgc/pure-conditioning an invalid name? The error I'm getting is

Could not transfer artifact xn--lgc:pure-conditioning:jar:0.1.0 from/to clojars (<https://repo.clojars.org/>): Failed to transfer file <https://repo.clojars.org/xn--lgc/pure-conditioning/0.1.0/pure-conditioning-0.1.0.jar> with status code 401

Darrick Wiebe 2021-02-25T14:54:26.016100Z

The name is because it's related to my domain: http://www.xn--lgc.com/pure-conditioning

Darrick Wiebe 2021-02-25T14:54:44.016200Z

ie. https://www.૯.com/pure-conditioning/

2021-02-25T14:59:02.016400Z

It is being rejected because you are deploying with a password instead of a deploy token. See https://github.com/clojars/clojars-web/wiki/Deploy-Tokens. We used to be able to tell you that when the deploy failed, but can no longer due to https://github.com/clojars/clojars-web/issues/774 Also, if this is a new group you are creating, I'd recommend using com.xn--lgc instead. We're going to soon move to requiring new groups to be reverse-domain based and verified, so doing so now would put you ahead of the game.

Darrick Wiebe 2021-02-25T15:00:42.016700Z

Ok, thanks very much. I made a token and was surprised when lein deploy didn't ask me for it.