代码之家  ›  专栏  ›  技术社区  ›  Mohan

由于缺少回购,SBT的备用入口点安装失败。

  •  0
  • Mohan  · 技术社区  · 7 年前

    https://www.scala-sbt.org/release/docs/Scripts.html 我正试图通过征兵来安装SBT的替代入口点。我得到

    ~> cs sbt/sbt --branch 1.2.1
    Repository not found on github
    

    我能看到 https://github.com/sbt/sbt 所以我很困惑…

    1 回复  |  直到 7 年前
        1
  •  1
  •   Luca T.    7 年前

    在存储库中检查没有分支 1.2.1 最相似的是 1.2.x .

    它的工作原理是:

    ~> cs sbt/sbt --branch 1.2.x