stuck at “Getting org.scala-sbt sbt 0.13.6 …” when

2020-05-12 03:07发布

Similar problem with How to use sbt behind authenticated proxy?. I tried with the given answer and problem still there.

When I run sbt in terminal, it shows and stucks at :

Getting org.scala-sbt sbt 0.13.6 ...

additional information:

 sbt --version
 sbt launcher version 0.13.6

How could I fix it?

标签: java sbt
8条回答
闹够了就滚
2楼-- · 2020-05-12 03:26

This is quite old post and my answer may not be completely relevant. But here is my experience:

  1. I am using sbt 0.13.8
  2. Getting org.scala-sbt sbt 0.13.8 ...
  3. I have got this line hanging for some time - between 5 to 10 minutes.
  4. And then it started to download stuff.

So my solution is that you have to wait a bit.

查看更多
Rolldiameter
3楼-- · 2020-05-12 03:27

try to use a fast maven mirror or run it behind a http/https proxy .

查看更多
登录 后发表回答