Hi, when running 'clj' on Windows 7 for the first time, does it connect to remote maven repo? I'm getting a time out error. I'm behind a proxy. ''' Caused by: org.apache.http.conn.ConnectTimeoutException: Connect to http://repo1.maven.org:443 timed out '''
It's probably not a transparent proxy right? I recommend you to setup HTTP_PROXY and HTTPS_PROXY environment variables properly.
Thanks. I found out there's no settings.xml in my .m2/ directory. I copied one with the proxy details and run again clj. it works now. using cmd, powershell -command clj also works.
👍
you've already found this already it seems, but https://clojure.org/reference/deps_and_cli#_maven_proxies for the record