Sbt 下载仓库 Forbidden
Sbt download repository Forbidden
编辑:看起来这个问题已经解决了。链接再次有效。
#
我无法使用网站上提供的链接下载 sbt - 我一直收到禁止错误:
来自 sbt 下载网站的两个链接无效 - http://www.scala-sbt.org/download.html。
而且 debian 软件包也不工作:
https://dl.bintray.com/sbt/debian/Release
还有其他方法可以获取 SBT 的 debian 软件包吗?
谢谢
这些链接已发布在 github 问题中:
https://downloads.typesafe.com/sbt/0.13.15/sbt-0.13.15.tgz
https://downloads.typesafe.com/sbt/0.13.15/sbt-0.13.15.zip
真正的解决方案在这里https://www.gitmemory.com/issue/aws/aws-codebuild-docker-images/449/817884851
只需在脚本中执行以下操作:
rm -f /etc/apt/sources.list.d/sbt.list
sudo apt-get update
编辑:看起来这个问题已经解决了。链接再次有效。
#我无法使用网站上提供的链接下载 sbt - 我一直收到禁止错误:
来自 sbt 下载网站的两个链接无效 - http://www.scala-sbt.org/download.html。
而且 debian 软件包也不工作:
https://dl.bintray.com/sbt/debian/Release
还有其他方法可以获取 SBT 的 debian 软件包吗?
谢谢
这些链接已发布在 github 问题中: https://downloads.typesafe.com/sbt/0.13.15/sbt-0.13.15.tgz https://downloads.typesafe.com/sbt/0.13.15/sbt-0.13.15.zip
真正的解决方案在这里https://www.gitmemory.com/issue/aws/aws-codebuild-docker-images/449/817884851
只需在脚本中执行以下操作:
rm -f /etc/apt/sources.list.d/sbt.list
sudo apt-get update