【发布时间】:2018-09-04 17:22:25
【问题描述】:
根据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 所以我很困惑...
【问题讨论】:
根据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 所以我很困惑...
【问题讨论】:
在repository查到没有分支1.2.1,最相似的是1.2.x。
它的工作原理是:
~> cs sbt/sbt --branch 1.2.x
【讨论】: