Fork me on GitHub
#clojars
<
2018-04-29
>
steveb8n01:04:04

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?

steveb8n01:04:18

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

steveb8n02:04:23

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