I am trying to run SBT on Windows 7. To do so I followed the steps in the similar thread \"How to use sbt from behind proxy?\".
I have the foll
Let's take a look at your errors:
:::: ERRORS Server access Error: Connection timed out: connect url=https://repo.typesafe.com/typesafe/ivy-releases/org.fusesource.jansi/jansi/1.11.ivys/ivy.xml
Sbt is trying to use https, but you don't have proxy configuration for it. Try setting https proxy variables:
I guess you could try the same values as for http proxy.