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?
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
also tried lein deploy https://clojars.org/repo/releases. same result