clojars

http://clojars.org discussion and “support”, see http://status.clojars.org for status.
steveb8n 2018-04-29T01:23:04.000002Z

I’m getting read timeouts consistently when deploying to Clojars. I’ve ruled out DNS and firewall issues, using interactive creds. Anyone else seeing this?

steveb8n 2018-04-29T01:24:18.000066Z

WARNING: please set :url in project.clj. No credentials found for clojars See lein help deploying for how to configure credentials to avoid prompts. Username: <redacted> Password: Created /Users/steve/Documents/dev-oss/shadow-viz/target/stu-0.1.0.jar Wrote /Users/steve/Documents/dev-oss/shadow-viz/pom.xml Need to sign 2 files with GPG [1/2] Signing /Users/steve/Documents/dev-oss/shadow-viz/target/stu-0.1.0.jar with GPG [2/2] Signing /Users/steve/Documents/dev-oss/shadow-viz/pom.xml with GPG Sending stu/stu/0.1.0/stu-0.1.0.jar (407k)to https://clojars.org/repo/ Could not transfer artifact stu:stu:jar:0.1.0 from/to clojars (https://clojars.org/repo/): Read timed out Sending stu/stu/0.1.0/stu-0.1.0.pom (6k)to https://clojars.org/repo/ Sending stu/stu/0.1.0/stu-0.1.0.jar.asc (1k)to https://clojars.org/repo/ Sending stu/stu/0.1.0/stu-0.1.0.pom.asc (1k)to https://clojars.org/repo/ Failed to deploy artifacts: Could not transfer artifact stu:stu:jar:0.1.0 from/to clojars (https://clojars.org/repo/): Read timed out

steveb8n 2018-04-29T02:05:23.000021Z

also tried lein deploy https://clojars.org/repo/releases. same result