如何设置代理身份验证使用sbt?

时间:2015-02-09 07:53:26

标签: scala sbt

我试图通过键入sbt从终端运行sbt。但我收到proxy authentiation failed错误。错误看起来像这样。

                [FAILED     ] org.scala-sbt#compile;0.13.1!compile.jar:  (0ms)
    ==== Maven Central: tried
      http://repo1.maven.org/maven2/org/scala-sbt/compile/0.13.1/compile-0.13.1.jar
    Your proxy requires authentication.
    Your proxy requires authentication.
 ==== Maven Central: tried
      http://repo1.maven.org/maven2/org/scala-sbt/apply-macro/0.13.1/apply-macro-0.13.1.jar
            ::::::::::::::::::::::::::::::::::::::::::::::

            ::              FAILED DOWNLOADS            ::

            :: ^ see resolution messages for details  ^ ::

            ::::::::::::::::::::::::::::::::::::::::::::::

            :: jline#jline;2.11!jline.jar

            :: org.scala-sbt#incremental-compiler;0.13.1!incremental-compiler.jar
            :: org.scala-sbt#compile;0.13.1!compile.jar
g.scala-sbt#persist;0.13.1!persist.jar

            :: org.scala-tools.sbinary#sbinary_2.10;0.4.2!sbinary_2.10.jar

            :: org.scala-sbt#classfile;0.13.1!classfile.jar
            :: org.scala-sbt#cross;0.13.1!cross.jar
            :: org.apache.ivy#ivy;2.3.0-rc1!ivy.jar
            :: com.jcraft#jsch;0.1.46!jsch.jar



            ::::::::::::::::::::::::::::::::::::::::::::::

我不知道如何解决这个问题.HELP。

0 个答案:

没有答案